From 94ccd22a34e968ed84acac3314e956aa12f085dd Mon Sep 17 00:00:00 2001 From: Nicolas Chaulet Date: Tue, 20 Feb 2024 10:27:28 -0500 Subject: [PATCH] [Fleet] Remove output conditionnal topic Remove output conditional topic as it now longer supported https://github.com/elastic/ingest-dev/issues/2838 Kafka output now only support one topic --- .../fleet-settings-output-kafka.asciidoc | 51 +------------------ 1 file changed, 2 insertions(+), 49 deletions(-) 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 7bcbe3d84..10c22f389 100644 --- a/docs/en/ingest-management/fleet/fleet-settings-output-kafka.asciidoc +++ b/docs/en/ingest-management/fleet/fleet-settings-output-kafka.asciidoc @@ -186,54 +186,7 @@ The number of partitions created is set automatically by the Kafka broker based [discrete] == Topics settings -Use these options to dynamically set the Kafka topic for each {agent} event. - -[cols="2*> in the {agent} processor syntax for condition descriptions. Currently the `equals`, `contains`, and `regexp` conditions are available. - -Events that don't match against any defined processor are set to the default topic. - -Processors are applied in the order that they appear, from top to bottom. - -The value field must be specified in a `[key]: value` format with both the key and value being strings. For example, `host.port: 2000` or `message: Test`. - -NOTE: Quotation marks are included in the match string. That is, they should be specified in the key or value only if it's expected for them to be included in the events being matched against. So, `message: "error"` will match against the literal string `"error"`, including the quotations marks, and not against the unquoted `error`. This applies to both single (') and double (") quotation marks. - -As an example for setting up your processors, you might want to route log events based on severity. To do so, you can specify a default topic for all events not matched by other processors: - -* `%{[fields.log_topic]}`. - -Then, create a processor to route critical events: - -* 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]}` - -All non-critical and non-error events will then route to the default `%{[fields.log_topic]}` topic. - -|=== +Use that option to set the Kafka topic. [discrete] == Header settings @@ -571,4 +524,4 @@ include::../elastic-agent/configuration/outputs/output-shared-settings.asciidoc[ |=== -:type!: \ No newline at end of file +:type!: