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'
|
arch: 'both'
|
||||||
- key: 'HKEY_LOCAL_MACHINE\Software\Classes\Folder'
|
- key: 'HKEY_LOCAL_MACHINE\Software\Classes\Folder'
|
||||||
localfiles:
|
localfiles:
|
||||||
- format: 'Security'
|
- location: 'Security'
|
||||||
location: 'eventchannel'
|
format: 'eventchannel'
|
||||||
- format: 'System'
|
- location: 'System'
|
||||||
location: 'eventlog'
|
format: 'eventlog'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user