Skip to content

Commit d0585d9

Browse files
authored
Add details/warning about Logstash pipeline with integrations (#653)
This is a forward fit of elastic/ingest-docs#1667 into the 9.0 docs.
1 parent 6b99205 commit d0585d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/ingestion-tools/fleet/logstash-output.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ outputs:
2525

2626
To receive the events in {{ls}}, you also need to create a {{ls}} configuration pipeline. The {{ls}} configuration pipeline listens for incoming {{agent}} connections, processes received events, and then sends the events to {{es}}.
2727

28+
Please be aware that the structure of the documents sent from {{agent}} to {{ls}} must not be modified by the pipeline. We recommend that the pipeline doesn’t edit or remove the fields and their contents. Editing the structure of the documents coming from {{agent}} can prevent the {{es}} ingest pipelines associated to the integrations in use to work correctly. We cannot guarantee that the {{es}} ingest pipelines associated to the integrations using {agent} can work with missing or modified fields.
29+
2830
The following {{ls}} pipeline definition example configures a pipeline that listens on port `5044` for incoming {{agent}} connections and routes received events to {{es}}.
2931

3032
```yaml

0 commit comments

Comments
 (0)