Any best ways to filter out the heartbeat logs from Azure


#1 lauzeroo

I noticed that many Azure heartbeat logs will send to SIEM, if i want to config the nxlog output file, how to filter it out and make it not send the logs to SIEM? Thanks.

#2 nobodyimportant Nxlog ✓

Does this example work out for you?

if $raw_event =~ /dropme/ %WARN_DROP%

 

taken from here: https://docs.nxlog.co/ce/current/index.html#general-directives