Hi there,
I'm looking to drop all successful events collected with Auditbeat:
At the end of my yaml file I've put this:
processors:
- drop_event:
when:
auditd.result: "success"
But in Kibana I still can see results auditd.result with the value success.
Any ideas?
Thanks