Hello All,
i have an issue with filebeat.
I tried to "drop_event" with response code "200" and it's not working for me.
this is my filebeat configuration:
processors:
- drop_event:
when:
equals:
http.response.code: 200
thakns for your help!