I have a proccessor to drop some events for a user. here is my config:
processors:
- drop_event:
when:
and:
- or:
- equals.event.code: 4658
- equals.event.code: 4656
- equals.event.code: 4634
- equals.event.code: 4648
- equals.event_data.SubjectUserName: "test-user$"
But it's not working. I've restarted the winlogbeat service too.
I'm using ELK 7.9 with winlogbeat 7.2