diff --git a/config/templates/etc/filebeat/filebeat.yml.j2 b/config/templates/etc/filebeat/filebeat.yml.j2 index a0c47f60..cb216b1d 100644 --- a/config/templates/etc/filebeat/filebeat.yml.j2 +++ b/config/templates/etc/filebeat/filebeat.yml.j2 @@ -189,6 +189,8 @@ output.logstash: # "beats_target_hosts" below refers to a previous Clusterverse release variable, it will be deprecated in Clusterverse 4.0 hosts: {{ beats_config.filebeat.output_logstash_hosts | default(beats_target_hosts) }} {% endif %} + ttl: 300s + pipelining: 0 # Optional SSL. By default is off. # List of root certificates for HTTPS server verifications #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"] diff --git a/config/templates/etc/metricbeat/metricbeat.yml.j2 b/config/templates/etc/metricbeat/metricbeat.yml.j2 index f6ff563a..5974cab4 100644 --- a/config/templates/etc/metricbeat/metricbeat.yml.j2 +++ b/config/templates/etc/metricbeat/metricbeat.yml.j2 @@ -118,7 +118,8 @@ output.logstash: # "beats_target_hosts" below refers to a previous Clusterverse release variable, it will be deprecated in Clusterverse 4.0 hosts: {{ beats_config.metricbeat.output_logstash_hosts | default(beats_target_hosts) }} {% endif %} - + ttl: 300s + pipelining: 0 # Optional SSL. By default is off. # List of root certificates for HTTPS server verifications #ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]