Hi there,
I’ve been trying to configure the collector-sidecar (Winlogbeat) using Snippets.
My snippets conf looks like this
winlogbeat.event_logs:
- name: Security
event_id: 500-820
- name: System
level: critical, error, warning
- name: Application
level: critical, error, warning
And my full Winlogbeat.yml is this:
fields:
collector_node_id: graylog-collector-sidecar
gl2_source_collector: eff0bd2f-d5b7-445c-a57e-de9b63a0af8c
output:
logstash:
hosts:
- 10.1.10.30:5044
path:
data: C:\Program Files\graylog\collector-sidecar\cache\winlogbeat\data
logs: C:\Program Files\graylog\collector-sidecar\logs
tags:
- windows
winlogbeat:
event_logs:
- name: Application
- name: System
- name: Security
winlogbeat.event_logs:
- name: Security
event_id: 500-820
- name: System
level: critical, error, warning
- name: Application
level: critical, error, warning
As soon as I remove the event_id filter I start to receive logs. Unfortunately, I m not able to filter just the range I want.