Zion Boggan
repos/soc-automation-lab/config/wazuh/manager/filebeat.yml
zionboggan.com ↗
22 lines · yaml
History for this file →
1
filebeat.modules:
2
  - module: wazuh
3
    alerts:
4
      enabled: true
5
    archives:
6
      enabled: false
7
 
8
setup.template.json.enabled: true
9
setup.template.json.path: '/etc/filebeat/wazuh-template.json'
10
setup.template.json.name: 'wazuh'
11
setup.template.overwrite: true
12
setup.ilm.enabled: false
13
 
14
output.elasticsearch:
15
  hosts: ['https://wazuh.indexer:9200']
16
  username: ${INDEXER_USERNAME}
17
  password: ${INDEXER_PASSWORD}
18
  ssl.verification_mode: full
19
  ssl.certificate_authorities:
20
    - /etc/ssl/root-ca.pem
21
 
22
logging.metrics.enabled: false