diff --git a/auditbeat/auditbeat.reference.yml b/auditbeat/auditbeat.reference.yml index 746cfd7fed6a..a3a36dde753f 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 f4cf4b2a6d4a..f49390485aca 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 464aa7749c62..fe6a72cd4746 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 9af56df86f3c..d6ebe03ada5d 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 0d58b26fe752..8508d7d6a700 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 13403122a334..d31a7b901d9d 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 892c2e5dd349..bdc366d09024 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 6cc38c8a03c6..09b343d8fe28 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 c1214abaf067..90cbc52d8c22 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 1c7dfd44dc20..b7b075f26120 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 464aa7749c62..fe6a72cd4746 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 d67a6e94e76c..bfb13acc660f 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 274a61c97716..6103f48c4280 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 13403122a334..d31a7b901d9d 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 def212ce9d01..f3ff654bca24 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