Wrong example for Windows localfiles
log_format and location were inverted causing failure at startup 2018/03/01 16:57:41 ossec-agent: ERROR: (1235): Invalid value for element 'log_format': Security. 2018/03/01 16:57:41 ossec-agent: ERROR: (1202): Configuration error at 'shared/agent.conf'. Exiting.
This commit is contained in:
parent
0d8ccb7a63
commit
ffe3a04fea
@ -232,7 +232,7 @@ wazuh_agent_configs:
|
||||
arch: 'both'
|
||||
- key: 'HKEY_LOCAL_MACHINE\Software\Classes\Folder'
|
||||
localfiles:
|
||||
- format: 'Security'
|
||||
location: 'eventchannel'
|
||||
- format: 'System'
|
||||
location: 'eventlog'
|
||||
- location: 'Security'
|
||||
format: 'eventchannel'
|
||||
- location: 'System'
|
||||
format: 'eventlog'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user