You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.asciidoc
+93-2Lines changed: 93 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,28 @@ This input can also be used to receive webhook requests to integrate with other
32
32
and applications. By taking advantage of the vast plugin ecosystem available in Logstash
33
33
you can trigger actionable events right from your application.
34
34
35
+
[id="plugins-{type}s-{plugin}-ecs_metadata"]
36
+
==== Event Metadata and the Elastic Common Schema (ECS)
37
+
In addition to decoding the events, this input will add HTTP headers containing connection information to each event.
38
+
When ECS compatibility is disabled, the headers are stored in the `headers` field, which has the potential to create confusion and schema conflicts downstream.
39
+
When ECS is enabled, we can ensure a pipeline maintains access to this metadata throughout the event's lifecycle without polluting the top-level namespace.
0 commit comments