delete port into filebeat configuration
This commit is contained in:
parent
ba3203ebf1
commit
5bcf91e63b
@ -16,7 +16,7 @@ setup.ilm.enabled: false
|
||||
output.elasticsearch:
|
||||
hosts:
|
||||
{% for item in filebeat_output_indexer_hosts %}
|
||||
- {{ item }}:9200
|
||||
- {{ item }}
|
||||
{% endfor %}
|
||||
|
||||
{% if filebeat_security %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user