Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define ROOT C:\Program Files\nxlog
- define ROOT C:\Program Files (x86)\nxlog
- Moduledir %ROOT%\modules
- CacheDir %ROOT%\data
- Pidfile %ROOT%\data\nxlog.pid
- SpoolDir %ROOT%\data
- LogFile %ROOT%\data\nxlog.log
- <Extension _json>
- Module xm_json
- </Extension>
- <Input WinEvtsIn>
- Module im_msvistalog
- Channel ForwardedEvents
- </Input>
- <Output LogstashOut>
- Module om_tcp
- Host #TODO:$LogstasthIPHere
- Port #TODO:$LogstashPortHere
- Exec to_json(); $message = $raw_event;
- </Output>
- <Route 1>
- Path WinEvtsIn => LogstashOut
- </Route>
Add Comment
Please, Sign In to add comment