mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Removed admin mode references:
- wazuh.yml initial configuration - default configuration in getWzConfig function Fix typo in wazuh.yml initial configuration: Timeout
This commit is contained in:
parent
30b57d3f33
commit
c0367e4771
@ -52,7 +52,6 @@ export async function getWzConfig($q, genericReq, wazuhConfig) {
|
||||
'cron.statistics.interval': '0 0 * * * *',
|
||||
'cron.statistics.index.name': 'statistics',
|
||||
'cron.statistics.index.creation': 'w',
|
||||
admin: true,
|
||||
hideManagerAlerts: false,
|
||||
'logs.level': 'info',
|
||||
'enrollment.dns': ''
|
||||
|
@ -64,7 +64,7 @@ export const initialWazuhConfig = `---
|
||||
#extensions.osquery : false
|
||||
#extensions.docker : false
|
||||
#
|
||||
# ---------------------------------- Time out ----------------------------------
|
||||
# ---------------------------------- Timeout ----------------------------------
|
||||
#
|
||||
# Defines maximum timeout to be used on the Wazuh app requests.
|
||||
# It will be ignored if it is bellow 1500.
|
||||
@ -144,9 +144,6 @@ export const initialWazuhConfig = `---
|
||||
# Define the interval in which the index will be created
|
||||
#cron.statistics.index.creation: w
|
||||
#
|
||||
# ------------------------------- App privileges --------------------------------
|
||||
#admin: true
|
||||
#
|
||||
# ---------------------------- Hide manager alerts ------------------------------
|
||||
# Hide the alerts of the manager in all dashboards and discover
|
||||
#hideManagerAlerts: false
|
||||
|
Loading…
Reference in New Issue
Block a user