box.win_nxlog
Introduction
These tags are used to identify Windows Event logs that are shipped to Devo using NXLog. We configure NXLog to read the desired Windows Event logs, convert them to JSON format, add a Syslog header, and send them to the Devo. For more information about sending from NXLog in JSON format over syslog, see the NXLog documentation.Â
Tag structure
The full tag must have 3 levels. The first two are fixed as box.win_nxlog
. The third level identifies the type of events sent and can be assigned dynamically based on event content either in the NXLog configuration file or in a Devo relay rule (if you choose to use the Devo relay).
Technology | Brand | Type |
---|---|---|
|
|
|
These are the valid tags and corresponding data tables that will receive the parsers' data:
Tag | Data table |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In addition, a parent table called simply box.win_nxlog
 will be available and contain all events that were associated with any tag starting with box.win_nxlog.*
. For more information on how tags work, see the article about Devo tags.
How is the data sent to Devo?
Windows Event logs generated using NXlog must be sent to the Devo platform via the Devo Relay through port 13000 to secure communication, without the need for any other specific rule or configuration.
Â