Hello,
Starting with ELK ,I'm trying to drop the following event without success
winlog.event_data.LogonType: "3"
Can someone help?
- name: Security
ignore_older: 24h
event_id: 4624, 4625, 7045, 4758, 4743, 4734, 4730, 4726, 4648, 4776, 4768, 1102, 106, 4662,
4728, 4729, 4672, 4767, 4740
processors:
- drop_event.when:
and:
- equals.event_id: 4624
- equals.winlog.event_data.LogonType: "3"'