Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/templates/etc/filebeat/filebeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion config/templates/etc/metricbeat/metricbeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down