2018-01-24 14:28:02 +00:00
|
|
|
---
|
|
|
|
# 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
|
2018-01-24 14:28:02 +00:00
|
|
|
api : true
|
2018-01-26 09:36:04 +00:00
|
|
|
setup : true
|
2018-01-24 14:28:02 +00:00
|
|
|
|
|
|
|
# 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
|
2018-01-24 14:28:02 +00:00
|
|
|
oscap : true
|
|
|
|
aws : false
|
2018-01-24 20:33:45 +00:00
|
|
|
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
|
2018-01-24 20:33:45 +00:00
|
|
|
login:
|
2018-01-25 12:42:27 +00:00
|
|
|
enabled : false
|
2018-01-26 14:03:30 +00:00
|
|
|
password: changeme
|