From 3659527e2450307323ae7110ac2bac679f240003 Mon Sep 17 00:00:00 2001 From: "Lee E. Hinman" Date: Mon, 23 Oct 2023 12:31:53 -0500 Subject: [PATCH] fix docs one more time --- auditbeat/auditbeat.reference.yml | 6 +++--- filebeat/filebeat.reference.yml | 6 +++--- heartbeat/heartbeat.reference.yml | 6 +++--- .../_meta/config/output-elasticsearch.reference.yml.tmpl | 6 +++--- metricbeat/metricbeat.reference.yml | 6 +++--- packetbeat/packetbeat.reference.yml | 6 +++--- winlogbeat/winlogbeat.reference.yml | 6 +++--- x-pack/auditbeat/auditbeat.reference.yml | 6 +++--- x-pack/filebeat/filebeat.reference.yml | 6 +++--- x-pack/functionbeat/functionbeat.reference.yml | 6 +++--- x-pack/heartbeat/heartbeat.reference.yml | 6 +++--- x-pack/metricbeat/metricbeat.reference.yml | 6 +++--- x-pack/osquerybeat/osquerybeat.reference.yml | 6 +++--- x-pack/packetbeat/packetbeat.reference.yml | 6 +++--- x-pack/winlogbeat/winlogbeat.reference.yml | 6 +++--- 15 files changed, 45 insertions(+), 45 deletions(-) diff --git a/auditbeat/auditbeat.reference.yml b/auditbeat/auditbeat.reference.yml index 746cfd7fed6..a3a36dde753 100644 --- a/auditbeat/auditbeat.reference.yml +++ b/auditbeat/auditbeat.reference.yml @@ -523,9 +523,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/filebeat/filebeat.reference.yml b/filebeat/filebeat.reference.yml index f4cf4b2a6d4..f49390485ac 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -1619,9 +1619,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/heartbeat/heartbeat.reference.yml b/heartbeat/heartbeat.reference.yml index 464aa7749c6..fe6a72cd474 100644 --- a/heartbeat/heartbeat.reference.yml +++ b/heartbeat/heartbeat.reference.yml @@ -615,9 +615,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/libbeat/_meta/config/output-elasticsearch.reference.yml.tmpl b/libbeat/_meta/config/output-elasticsearch.reference.yml.tmpl index 9af56df86f3..d6ebe03ada5 100644 --- a/libbeat/_meta/config/output-elasticsearch.reference.yml.tmpl +++ b/libbeat/_meta/config/output-elasticsearch.reference.yml.tmpl @@ -82,9 +82,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/metricbeat/metricbeat.reference.yml b/metricbeat/metricbeat.reference.yml index 0d58b26fe75..8508d7d6a70 100644 --- a/metricbeat/metricbeat.reference.yml +++ b/metricbeat/metricbeat.reference.yml @@ -1358,9 +1358,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/packetbeat/packetbeat.reference.yml b/packetbeat/packetbeat.reference.yml index 13403122a33..d31a7b901d9 100644 --- a/packetbeat/packetbeat.reference.yml +++ b/packetbeat/packetbeat.reference.yml @@ -989,9 +989,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/winlogbeat/winlogbeat.reference.yml b/winlogbeat/winlogbeat.reference.yml index 892c2e5dd34..bdc366d0902 100644 --- a/winlogbeat/winlogbeat.reference.yml +++ b/winlogbeat/winlogbeat.reference.yml @@ -405,9 +405,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/auditbeat/auditbeat.reference.yml b/x-pack/auditbeat/auditbeat.reference.yml index 6cc38c8a03c..09b343d8fe2 100644 --- a/x-pack/auditbeat/auditbeat.reference.yml +++ b/x-pack/auditbeat/auditbeat.reference.yml @@ -579,9 +579,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/filebeat/filebeat.reference.yml b/x-pack/filebeat/filebeat.reference.yml index c1214abaf06..90cbc52d8c2 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -3989,9 +3989,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/functionbeat/functionbeat.reference.yml b/x-pack/functionbeat/functionbeat.reference.yml index 1c7dfd44dc2..b7b075f2612 100644 --- a/x-pack/functionbeat/functionbeat.reference.yml +++ b/x-pack/functionbeat/functionbeat.reference.yml @@ -647,9 +647,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/heartbeat/heartbeat.reference.yml b/x-pack/heartbeat/heartbeat.reference.yml index 464aa7749c6..fe6a72cd474 100644 --- a/x-pack/heartbeat/heartbeat.reference.yml +++ b/x-pack/heartbeat/heartbeat.reference.yml @@ -615,9 +615,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/metricbeat/metricbeat.reference.yml b/x-pack/metricbeat/metricbeat.reference.yml index d67a6e94e76..bfb13acc660 100644 --- a/x-pack/metricbeat/metricbeat.reference.yml +++ b/x-pack/metricbeat/metricbeat.reference.yml @@ -1919,9 +1919,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/osquerybeat/osquerybeat.reference.yml b/x-pack/osquerybeat/osquerybeat.reference.yml index 274a61c9771..6103f48c428 100644 --- a/x-pack/osquerybeat/osquerybeat.reference.yml +++ b/x-pack/osquerybeat/osquerybeat.reference.yml @@ -366,9 +366,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/packetbeat/packetbeat.reference.yml b/x-pack/packetbeat/packetbeat.reference.yml index 13403122a33..d31a7b901d9 100644 --- a/x-pack/packetbeat/packetbeat.reference.yml +++ b/x-pack/packetbeat/packetbeat.reference.yml @@ -989,9 +989,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90 diff --git a/x-pack/winlogbeat/winlogbeat.reference.yml b/x-pack/winlogbeat/winlogbeat.reference.yml index def212ce9d0..f3ff654bca2 100644 --- a/x-pack/winlogbeat/winlogbeat.reference.yml +++ b/x-pack/winlogbeat/winlogbeat.reference.yml @@ -407,9 +407,9 @@ output.elasticsearch: #backoff.max: 60s # The maximum amount of time an idle connection will remain idle - # before closing itself. Zero means no limit. The format is a Go - # language duration (example 60s is 60 seconds). The default is 60s. - #idle_connection_timeout: 60s + # before closing itself. Zero means use the default of 60s. The + # format is a Go language duration (example 60s is 60 seconds). + # idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90