Forum Discussion
mikebaker26
Apr 16, 2024Copper Contributor
Monitor Data Collection Rules to EXCLUDE eventids
we are struggling to exclude specific EventID's using a DCR against 3 azure based VMs
!= doesn't seem to work.
any guidance appreciated.
1 Reply
Sort By
Instead of !=, try using not(EventID=XXXX):
Security!*[System[not(EventID=4624)]]