I'm receiving the HEC directly on the search head and have the props/transforms setup on both the SH and the indexers. The sourcetype is "jenkins_log" and the log I want to avoid has "DBCompilation" in the source field This is what I'm trying to achieve. in props.conf: [jenkins_log]
TRANSFORMS-override = ignore_jenkins_logs in transforms.conf [ignore_jenkins_logs]
SOURCE_KEY = fields:source
REGEX = DBCompilation
DEST_KEY = queue
FORMAT = nullQueue
... View more