Hi, I'm tryng to enable nfow module on production. My filebeat.yml:
filebeat.modules:
- module: wazuh
alerts:
enabled: true
archives:
enabled: false
setup.template.json.enabled: true
setup.template.json.path: '/etc/filebeat/wazuh-template.json'
setup.template.json.name: 'wazuh'
setup.template.overwrite: true
setup.ilm.enabled: false
#output.elasticsearch.hosts: ['http://172.16.6.33:9200']
output.logstash.hosts: ["172.16.6.33:5000"]
Version: 7.4.2
Exiting: error loading config file: yaml: line 7: did not find expected key
Feb 19 16:55:16 wazuh systemd[1]: filebeat.service: Main process exited, code=exited, status=1/FAILURE
Feb 19 16:55:16 wazuh systemd[1]: filebeat.service: Failed with result 'exit-code'.