From 111d15072c45f61bdf6573e1a830da421f02de7a 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 --- 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 5d97c5c8a83..2d1fb7e0c16 100644 --- a/auditbeat/auditbeat.reference.yml +++ b/auditbeat/auditbeat.reference.yml @@ -747,9 +747,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 fc64b4642ef..6d2e246337b 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -1880,9 +1880,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 1f44a35db22..21af5ab72c7 100644 --- a/heartbeat/heartbeat.reference.yml +++ b/heartbeat/heartbeat.reference.yml @@ -893,9 +893,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 336b5fd866b..04d17899f65 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 ee70d1d3380..d289e149e83 100644 --- a/metricbeat/metricbeat.reference.yml +++ b/metricbeat/metricbeat.reference.yml @@ -1620,9 +1620,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 dc162d85710..45d7c92b614 100644 --- a/packetbeat/packetbeat.reference.yml +++ b/packetbeat/packetbeat.reference.yml @@ -1248,9 +1248,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 f966e76da3b..c423a120e2d 100644 --- a/winlogbeat/winlogbeat.reference.yml +++ b/winlogbeat/winlogbeat.reference.yml @@ -683,9 +683,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 55d845907d2..94c9eee6bf1 100644 --- a/x-pack/auditbeat/auditbeat.reference.yml +++ b/x-pack/auditbeat/auditbeat.reference.yml @@ -803,9 +803,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 7c18818e21e..e61f7bfdfce 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -4209,9 +4209,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 1f44a35db22..21af5ab72c7 100644 --- a/x-pack/heartbeat/heartbeat.reference.yml +++ b/x-pack/heartbeat/heartbeat.reference.yml @@ -893,9 +893,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 e2c78d08ae1..4dd5d9fa580 100644 --- a/x-pack/metricbeat/metricbeat.reference.yml +++ b/x-pack/metricbeat/metricbeat.reference.yml @@ -2166,9 +2166,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 dc162d85710..45d7c92b614 100644 --- a/x-pack/packetbeat/packetbeat.reference.yml +++ b/x-pack/packetbeat/packetbeat.reference.yml @@ -1248,9 +1248,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 bcfe437d214..3bb561576df 100644 --- a/x-pack/winlogbeat/winlogbeat.reference.yml +++ b/x-pack/winlogbeat/winlogbeat.reference.yml @@ -685,9 +685,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