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:
Gaël Marziou 2018-03-01 17:42:17 +01:00
parent 0d8ccb7a63
commit ffe3a04fea

View File

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