wazuh-kibana-app/config.yml

32 lines
855 B
YAML
Raw Normal View History

---
# Wazuh App configuration file
# https://github.com/wazuh/wazuh-kibana-app
# Default index pattern to use.
pattern: wazuh-alerts-3.x-*
# Defines which checks must to be consider by the healthcheck step once the Wazuh App starts.
# Values must to be true or false.
checks:
pattern : true
2018-01-26 09:36:04 +00:00
template: true
api : true
2018-01-26 09:36:04 +00:00
setup : true
# Defines which extensions should be activated when you add a new API entry.
# You can change them after Wazuh App starts.
# Values must to be true or false.
extensions:
2018-01-26 09:36:04 +00:00
audit : true
pci : true
oscap : true
aws : false
virustotal: false
2018-01-25 12:42:27 +00:00
# Defines if authentication is enabled or not.
# Field enabled could be true or false, it means login is enabled/disabled
# Field password is the password used to authenticate on the Wazuh App
login:
2018-01-25 12:42:27 +00:00
enabled : false
2018-01-26 14:03:30 +00:00
password: changeme