Created
July 21, 2020 13:46
-
-
Save jfrantz1-r7/9c9e3eadbf8504229868bd8229fdc99a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Extension _json> | |
Module xm_json | |
</Extension> | |
<Input eventlog> | |
Module im_msvistalog | |
Exec to_json(); | |
</Input> | |
<Output tcp> | |
Module om_tcp | |
Host 192.168.10.1 | |
Port 1514 | |
</Output> | |
Panic Soft | |
#NoFreeOnExit TRUE | |
define ROOT C:\Program Files (x86)\nxlog | |
define CERTDIR %ROOT%\cert | |
define CONFDIR %ROOT%\conf | |
define LOGDIR %ROOT%\data | |
define LOGFILE %LOGDIR%\nxlog.log | |
LogFile %LOGFILE% | |
Moduledir %ROOT%\modules | |
CacheDir %ROOT%\data | |
Pidfile %ROOT%\data\nxlog.pid | |
SpoolDir %ROOT%\data | |
<Extension _json> | |
Module xm_json | |
</Extension> | |
<Input eventlog> | |
Module im_msvistalog | |
Exec to_json(); | |
</Input> | |
<Output tcp> | |
Module om_tcp | |
##InsightIDR Collector IP Address | |
Host 10.100.2.39 | |
##Port for our IDR event source | |
Port 5140 | |
</Output> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment