From 92e3819ecf1f81f71aaaac680a023faf79a7e939 Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Fri, 22 Jul 2022 08:17:53 -0400 Subject: [PATCH] Remove Kafka worker from reference config. (#32440) Follow up from https://github.com/elastic/beats/pull/31978 (cherry picked from commit 111d15072c45f61bdf6573e1a830da421f02de7a) --- auditbeat/auditbeat.reference.yml | 3 --- filebeat/filebeat.reference.yml | 3 --- heartbeat/heartbeat.reference.yml | 3 --- libbeat/_meta/config/output-kafka.reference.yml.tmpl | 3 --- metricbeat/metricbeat.reference.yml | 3 --- packetbeat/packetbeat.reference.yml | 3 --- winlogbeat/winlogbeat.reference.yml | 3 --- x-pack/auditbeat/auditbeat.reference.yml | 3 --- x-pack/filebeat/filebeat.reference.yml | 3 --- x-pack/heartbeat/heartbeat.reference.yml | 3 --- x-pack/metricbeat/metricbeat.reference.yml | 3 --- x-pack/packetbeat/packetbeat.reference.yml | 3 --- x-pack/winlogbeat/winlogbeat.reference.yml | 3 --- 13 files changed, 39 deletions(-) diff --git a/auditbeat/auditbeat.reference.yml b/auditbeat/auditbeat.reference.yml index b15c7810ecdd..9ee79c8c79a5 100644 --- a/auditbeat/auditbeat.reference.yml +++ b/auditbeat/auditbeat.reference.yml @@ -787,9 +787,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/filebeat/filebeat.reference.yml b/filebeat/filebeat.reference.yml index 1b43b9744657..db1c18596b46 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -1798,9 +1798,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/heartbeat/heartbeat.reference.yml b/heartbeat/heartbeat.reference.yml index 6ab29d590733..3fb0d0e68880 100644 --- a/heartbeat/heartbeat.reference.yml +++ b/heartbeat/heartbeat.reference.yml @@ -932,9 +932,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/libbeat/_meta/config/output-kafka.reference.yml.tmpl b/libbeat/_meta/config/output-kafka.reference.yml.tmpl index 336b5fd866bc..04d17899f659 100644 --- a/libbeat/_meta/config/output-kafka.reference.yml.tmpl +++ b/libbeat/_meta/config/output-kafka.reference.yml.tmpl @@ -64,9 +64,6 @@ # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/metricbeat/metricbeat.reference.yml b/metricbeat/metricbeat.reference.yml index a0d1882a29d8..601c1712088e 100644 --- a/metricbeat/metricbeat.reference.yml +++ b/metricbeat/metricbeat.reference.yml @@ -1599,9 +1599,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/packetbeat/packetbeat.reference.yml b/packetbeat/packetbeat.reference.yml index 1fa13815ee13..54395fb1467f 100644 --- a/packetbeat/packetbeat.reference.yml +++ b/packetbeat/packetbeat.reference.yml @@ -1281,9 +1281,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/winlogbeat/winlogbeat.reference.yml b/winlogbeat/winlogbeat.reference.yml index 3386f48aab27..d85a95b7e109 100644 --- a/winlogbeat/winlogbeat.reference.yml +++ b/winlogbeat/winlogbeat.reference.yml @@ -717,9 +717,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/x-pack/auditbeat/auditbeat.reference.yml b/x-pack/auditbeat/auditbeat.reference.yml index 75a7e9b8f1f4..a16c015888ed 100644 --- a/x-pack/auditbeat/auditbeat.reference.yml +++ b/x-pack/auditbeat/auditbeat.reference.yml @@ -843,9 +843,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/x-pack/filebeat/filebeat.reference.yml b/x-pack/filebeat/filebeat.reference.yml index c62dc2bd8c5d..a0c92cc90b47 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -4059,9 +4059,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/x-pack/heartbeat/heartbeat.reference.yml b/x-pack/heartbeat/heartbeat.reference.yml index 6ab29d590733..3fb0d0e68880 100644 --- a/x-pack/heartbeat/heartbeat.reference.yml +++ b/x-pack/heartbeat/heartbeat.reference.yml @@ -932,9 +932,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/x-pack/metricbeat/metricbeat.reference.yml b/x-pack/metricbeat/metricbeat.reference.yml index d767c247b564..2e146e1635f2 100644 --- a/x-pack/metricbeat/metricbeat.reference.yml +++ b/x-pack/metricbeat/metricbeat.reference.yml @@ -2130,9 +2130,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/x-pack/packetbeat/packetbeat.reference.yml b/x-pack/packetbeat/packetbeat.reference.yml index 1fa13815ee13..54395fb1467f 100644 --- a/x-pack/packetbeat/packetbeat.reference.yml +++ b/x-pack/packetbeat/packetbeat.reference.yml @@ -1281,9 +1281,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until diff --git a/x-pack/winlogbeat/winlogbeat.reference.yml b/x-pack/winlogbeat/winlogbeat.reference.yml index 9201ae2947af..6221cea5b593 100644 --- a/x-pack/winlogbeat/winlogbeat.reference.yml +++ b/x-pack/winlogbeat/winlogbeat.reference.yml @@ -760,9 +760,6 @@ output.elasticsearch: # Strategy for fetching the topics metadata from the broker. Default is false. #full: false - # The number of concurrent load-balanced Kafka output workers. - #worker: 1 - # The number of times to retry publishing an event after a publishing failure. # After the specified number of retries, events are typically dropped. # Some Beats, such as Filebeat, ignore the max_retries setting and retry until