filebeat oss configuration updated
This commit is contained in:
parent
a5441ddc8a
commit
2e17343c68
@ -16,7 +16,10 @@ setup.ilm.enabled: false
|
|||||||
|
|
||||||
# Send events directly to Opensearch
|
# Send events directly to Opensearch
|
||||||
output.elasticsearch:
|
output.elasticsearch:
|
||||||
hosts: {{ filebeat_output_indexer_hosts | to_json }}
|
hosts:
|
||||||
|
{% for item in filebeat_output_indexer_hosts %}
|
||||||
|
- {{ item }}:9700
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
{% if filebeat_security %}
|
{% if filebeat_security %}
|
||||||
username: {{ indexer_security_user }}
|
username: {{ indexer_security_user }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user