Merge pull request #872 from wazuh/869-no-port-should-be-specified-at-wazuh-manager-ossyml-for-filebeat-configuration
Delete port configuration
This commit is contained in:
commit
4efcad9869
@ -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