Hello, I'm trying to drop events using the following filter but its not working:
if [event_id] == 4658 and [event_data.ProcessName] == "C:\Windows\System32\CpqMgmt\cqmghost/cqmghost.exe" {
drop {}
}
I've tried using double slashes '\' and using forward slashes in the path but the event is till appearing in the index - can anyone tell me where I'm going wrong?
Thanks.