File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
docs/en/ingest-management
elastic-agent/configuration/outputs Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,13 @@ outputs:
4646
4747== Kafka output and using {ls} to index data to {es}
4848
49- If you are considering using {ls} to ship the data from `kafka` to {es}, please
50- be aware Elastic is not currently testing this kind of setup.
49+ If you are considering using {ls} to ship the data from `kafka` to {es}, please be aware the
50+ structure of the documents sent from {agent} to `kafka` must not be modified by {ls}.
51+ We suggest disabling `ecs_compatibility` on both the `kafka` input and the `json` codec in order
52+ to make sure the input doesn't edit the fields and their contents.
5153
52- The structure of the documents sent from {agent} to `kafka` must not be modified by {ls}.
53- We suggest disabling `ecs_compatibility` on both the `kafka` input and the `json` codec .
54+ The data streams set up by the integrations expect to receive events having the same structure and
55+ field names as they were sent directly from an {agent} .
5456
5557Refer to <<logstash-output,{ls} output for {agent}>> documentation for more details.
5658
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ Specify these settings to send data over a secure connection to Kafka. In the {f
88== Kafka output and using {ls} to index data to {es}
99
1010If you are considering using {ls} to ship the data from `kafka` to {es}, please
11- be aware Elastic is not currently testing this kind of setup.
11+ be aware the structure of the documents sent from {agent} to `kafka` must not be modified by {ls}.
12+ We suggest disabling `ecs_compatibility` on both the `kafka` input and the `json` codec in order
13+ to make sure the input doesn't edit the fields and their contents.
14+
15+ The data streams setup by the integrations expect to receive events having the same structure and
16+ field names as they were sent directly from an {agent}.
1217
1318The structure of the documents sent from {agent} to `kafka` must not be modified by {ls}.
1419We suggest disabling `ecs_compatibility` on both the `kafka` input and the `json` codec.
You can’t perform that action at this time.
0 commit comments