wazuh-kibana-app/config.yml
Jesús Ángel d887615ae4 Fix typo
2018-01-26 10:46:41 +01:00

25 lines
615 B
YAML

---
# 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
template: true
api : true
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:
audit : true
pci : true
oscap : true
aws : false
virustotal: false