diff --git a/auditbeat/auditbeat.reference.yml b/auditbeat/auditbeat.reference.yml index adec530faed..746cfd7fed6 100644 --- a/auditbeat/auditbeat.reference.yml +++ b/auditbeat/auditbeat.reference.yml @@ -524,8 +524,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 1e222d2981b..f4cf4b2a6d4 100644 --- a/filebeat/filebeat.reference.yml +++ b/filebeat/filebeat.reference.yml @@ -1620,8 +1620,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 854f177cd09..464aa7749c6 100644 --- a/heartbeat/heartbeat.reference.yml +++ b/heartbeat/heartbeat.reference.yml @@ -616,8 +616,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 cb317a62a8a..9af56df86f3 100644 --- a/libbeat/_meta/config/output-elasticsearch.reference.yml.tmpl +++ b/libbeat/_meta/config/output-elasticsearch.reference.yml.tmpl @@ -83,8 +83,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 76ee3467676..0d58b26fe75 100644 --- a/metricbeat/metricbeat.reference.yml +++ b/metricbeat/metricbeat.reference.yml @@ -1359,8 +1359,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 19e0fbc0ae0..13403122a33 100644 --- a/packetbeat/packetbeat.reference.yml +++ b/packetbeat/packetbeat.reference.yml @@ -990,8 +990,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 2e0d22007b6..892c2e5dd34 100644 --- a/winlogbeat/winlogbeat.reference.yml +++ b/winlogbeat/winlogbeat.reference.yml @@ -406,8 +406,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 be2e1de979f..6cc38c8a03c 100644 --- a/x-pack/auditbeat/auditbeat.reference.yml +++ b/x-pack/auditbeat/auditbeat.reference.yml @@ -580,8 +580,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 630c16e6b22..c1214abaf06 100644 --- a/x-pack/filebeat/filebeat.reference.yml +++ b/x-pack/filebeat/filebeat.reference.yml @@ -3990,8 +3990,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 d6eaf262341..1c7dfd44dc2 100644 --- a/x-pack/functionbeat/functionbeat.reference.yml +++ b/x-pack/functionbeat/functionbeat.reference.yml @@ -648,8 +648,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 854f177cd09..464aa7749c6 100644 --- a/x-pack/heartbeat/heartbeat.reference.yml +++ b/x-pack/heartbeat/heartbeat.reference.yml @@ -616,8 +616,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 37dd4f57e77..d67a6e94e76 100644 --- a/x-pack/metricbeat/metricbeat.reference.yml +++ b/x-pack/metricbeat/metricbeat.reference.yml @@ -1920,8 +1920,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 62e898ea7d8..274a61c9771 100644 --- a/x-pack/osquerybeat/osquerybeat.reference.yml +++ b/x-pack/osquerybeat/osquerybeat.reference.yml @@ -367,8 +367,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 19e0fbc0ae0..13403122a33 100644 --- a/x-pack/packetbeat/packetbeat.reference.yml +++ b/x-pack/packetbeat/packetbeat.reference.yml @@ -990,8 +990,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #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 b7807297bbb..def212ce9d0 100644 --- a/x-pack/winlogbeat/winlogbeat.reference.yml +++ b/x-pack/winlogbeat/winlogbeat.reference.yml @@ -408,8 +408,8 @@ output.elasticsearch: # 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 0. - #idle_connection_timeout: 0 + # language duration (example 60s is 60 seconds). The default is 60s. + #idle_connection_timeout: 60s # Configure HTTP request timeout before failing a request to Elasticsearch. #timeout: 90