All Projects → Graylog2 → graylog-guide-windows-eventlog

Graylog2 / graylog-guide-windows-eventlog

Licence: Apache-2.0 license
How to send Windows EventLogs into Graylog

How to send Windows EventLogs into Graylog

Windows cannot forward EventLog via the network to a central place like Graylog. You'll have to run an agent that can talk to Graylog. Good news is that there are two officially recommended agents:

Graylog Sidecar

The Graylog Collector Sidecar is a supervisor process for 3rd party log collectors like NXLog or beats. The Sidecar program is able to fetch configurations from a Graylog server and render them as a valid configuration file for various log collectors. You can think of it like a centralized configuration management system for your log collectors.

Please read the official documentation to learn how to use the Graylog Collector Sidecar.

nxlog

The NXLog Community Edition is suitable to forward Windows EventLog to Graylog natively. Please refer to their official documentation for more information.

Graylog Collector (deprecated)

The Graylog Collector is a lightweight Java application that allows you to forward data from log files to a Graylog cluster. The collector can read local log files and also Windows Events natively, it then can forward the log messages over the network using the GELF format.

Please read the official documentation to learn how to use the Graylog Collector to forward Windows EventLog.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].