delete port into filebeat configuration

This commit is contained in:
vcerenu 2022-12-30 12:19:15 -03:00
parent ba3203ebf1
commit 5bcf91e63b
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -16,7 +16,7 @@ setup.ilm.enabled: false
output.elasticsearch: output.elasticsearch:
hosts: hosts:
{% for item in filebeat_output_indexer_hosts %} {% for item in filebeat_output_indexer_hosts %}
- {{ item }}:9200 - {{ item }}
{% endfor %} {% endfor %}
{% if filebeat_security %} {% if filebeat_security %}