Changed opensearch comment by indexer
This commit is contained in:
parent
43add01612
commit
8e7aa833f6
@ -1,5 +1,3 @@
|
|||||||
# Wazuh - Filebeat configuration file
|
|
||||||
|
|
||||||
# Wazuh - Filebeat configuration file
|
# Wazuh - Filebeat configuration file
|
||||||
filebeat.modules:
|
filebeat.modules:
|
||||||
- module: wazuh
|
- module: wazuh
|
||||||
@ -14,7 +12,7 @@ setup.template.json.name: 'wazuh'
|
|||||||
setup.template.overwrite: true
|
setup.template.overwrite: true
|
||||||
setup.ilm.enabled: false
|
setup.ilm.enabled: false
|
||||||
|
|
||||||
# Send events directly to Opensearch
|
# Send events directly to Wazuh indexer
|
||||||
output.elasticsearch:
|
output.elasticsearch:
|
||||||
hosts:
|
hosts:
|
||||||
{% for item in filebeat_output_indexer_hosts %}
|
{% for item in filebeat_output_indexer_hosts %}
|
||||||
@ -31,5 +29,5 @@ output.elasticsearch:
|
|||||||
ssl.key: "{{ filebeat_ssl_dir }}/{{ filebeat_node_name }}-key.pem"
|
ssl.key: "{{ filebeat_ssl_dir }}/{{ filebeat_node_name }}-key.pem"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Optional. Send events to Logstash instead of Opensearch
|
# Optional. Send events to Logstash instead of Wazuh indexer
|
||||||
#output.logstash.hosts: ["YOUR_LOGSTASH_SERVER_IP:5000"]
|
#output.logstash.hosts: ["YOUR_LOGSTASH_SERVER_IP:5000"]
|
||||||
Loading…
Reference in New Issue
Block a user