Skip to content

Commit 89ce8af

Browse files
committed
Fix
1 parent 251fccf commit 89ce8af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/fleet/kafka-output-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Use this option to set the Kafka topic for each {{agent}} event.
141141

142142
To set a dynamic topic value for outputting {{agent}} data to Kafka, you can add the [`add_fields` processor](/reference/fleet/add_fields-processor.md) to any integration policies on your {{fleet}}-managed {{agents}}.
143143

144-
For example, the following `add_fields` processor creates a dynamic topic value for the `fields.kafka_topic` field by combining multiple [ECS data stream fields](ecs://reference/ecs-data_stream.md):
144+
For example, the following `add_fields` processor creates a dynamic topic value for the `fields.kafka_topic` field by interpolating multiple [data stream fields](ecs://reference/ecs-data_stream.md):
145145

146146
```yaml
147147
- add_fields:

reference/fleet/kafka-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Use these options to set the Kafka topic for each {{agent}} event.
186186

187187
To set a dynamic topic value for outputting {{agent}} data to Kafka, you can add the [`add_fields` processor](/reference/fleet/add_fields-processor.md) to the input configuration settings of your standalone {{agent}}.
188188

189-
For example, the following `add_fields` processor creates a dynamic topic value by combining multiple [ECS data stream fields](ecs://reference/ecs-data_stream.md):
189+
For example, the following `add_fields` processor creates a dynamic topic value for the `fields.kafka_topic` field by interpolating multiple [data stream fields](ecs://reference/ecs-data_stream.md):
190190

191191
```yaml
192192
- add_fields:

0 commit comments

Comments
 (0)