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:
Desvelao 2020-10-16 12:35:45 +02:00
parent 30b57d3f33
commit c0367e4771
No known key found for this signature in database
GPG Key ID: DC70AEDF0377DBC1
2 changed files with 1 additions and 5 deletions

View File

@ -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': ''

View File

@ -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