mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
25 lines
615 B
YAML
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
|