mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Added admin as new setting
This commit is contained in:
parent
44cc27216f
commit
f4a11278d0
@ -94,3 +94,6 @@
|
||||
# Configure wazuh-monitoring-3.x-* indices shards and replicas.
|
||||
#wazuh.monitoring.shards: 5
|
||||
#wazuh.monitoring.replicas: 1
|
||||
#
|
||||
# ------------------------------- App privileges --------------------------------
|
||||
#admin: false
|
@ -37,7 +37,8 @@ export async function getWzConfig($q, genericReq, errorHandler, wazuhConfig) {
|
||||
'wazuh.monitoring.enabled': true,
|
||||
'wazuh.monitoring.frequency': 3600,
|
||||
'wazuh.monitoring.shards': 5,
|
||||
'wazuh.monitoring.replicas': 1
|
||||
'wazuh.monitoring.replicas': 1,
|
||||
'admin': false
|
||||
};
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user