mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Using Yaml instead JSON by the configuration file
This commit is contained in:
parent
a2ed291adc
commit
fe25d449bf
16
config.json
16
config.json
@ -1,16 +0,0 @@
|
||||
{
|
||||
"pattern": "wazuh-alerts-3.x-*",
|
||||
"checks" : {
|
||||
"pattern" : true,
|
||||
"template": true,
|
||||
"api" : true,
|
||||
"setup" : true
|
||||
},
|
||||
"extensions": {
|
||||
"audit" : true,
|
||||
"pci" : true,
|
||||
"oscap" : true,
|
||||
"aws" : false,
|
||||
"virustotal": false
|
||||
}
|
||||
}
|
24
config.yml
Normal file
24
config.yml
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
# 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: false
|
||||
api : true
|
||||
setup : false
|
||||
|
||||
# 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 : false
|
||||
pci : false
|
||||
oscap : true
|
||||
aws : false
|
||||
virustotal: false
|
Loading…
Reference in New Issue
Block a user