1. Describe your incident:
I’m testing Winlogbeat 8 to work along with Graylog, but it seems it can’t load the Sysmon / Powershell / Security modules.
2. Describe your environment:
-
OS Information: Windows 11
-
Package Version: Graylog 6.1.5 / mongoDB 7.0.14 / Datanode 6.1
3. What steps have you already taken to try and solve the problem?
I’ve have the winlogbeat 8.X YML conf, it works but without the modules loaded.
Elastic say on the documentation:
Winlogbeat modules have changed in 8.0.0 to use Elasticsearch Ingest Node for processing.
Winlogbeat modules are implemented using Elasticsearch Ingest Node pipelines. The events receive their transformations within Elasticsearch. All events are sent through Winlogbeat’s “routing” pipeline that routes events to specific module pipelines based on theirwinlog.channel
value.
Meaning the pipeline route works only with Elastic.
4. How can the community help?
How is it possible to make the modules work with winlogbeat 8 and Graylog 6.X ?
One solution I see is to translate the winlogbeat modules into pipeline rules… to enrich logs.