cyberlabs.us | home | subscribe | contact | admin
Monday, July 7th  
Eliminate Check Point logs before indexing them into Splunk
Informational

Here is an example of how to ignore all events that the "message_info" field is equal to "Address spoofing":

props.conf:
[checkpoint:syslog]
TRANSFORMS-null=setnullCheckpoint

transforms.conf
[setnullCheckpoint]
REGEX=message_info="Address spoofing"
DEST_KEY=queue
FORMAT=nullQueue

March 7th, 2023 - 08:08 pm | read more | comments  

Comment on this post.

Comments

Name