diff --git a/docs/en/ingest-management/fleet/fleet-settings-output-kafka.asciidoc b/docs/en/ingest-management/fleet/fleet-settings-output-kafka.asciidoc index 86e3ccb70..08d7876f4 100644 --- a/docs/en/ingest-management/fleet/fleet-settings-output-kafka.asciidoc +++ b/docs/en/ingest-management/fleet/fleet-settings-output-kafka.asciidoc @@ -219,15 +219,15 @@ As an example for setting up your processors, you might want to route log events Then, create a processor to route critical events: -* Condition: `Contains` -* Value: `message: “CRITICAL”` -* Topic: `critical-%{[agent.version]}` +* Condition:`Contains` +* Value:`message: “CRITICAL”` +* Topic:`critical-%{[agent.version]}` And create another processor to route error events: -* Condition: `Contains` -* Value: `message: “ERR”` -* Topic: `error-%{[agent.version]}` +* Condition:`Contains` +* Value:`message: “ERR”` +* Topic:`error-%{[agent.version]}` All non-critical and non-error events will then route to the default `%{[fields.log_topic]}` topic.