Hi @gcusello, So, in props I now have.. [source::some:sourcetype1]
TRANSFORMS-set= setnull,setparsing and in transforms.conf [setnull]
REGEX = .
DEST_KEY = queue
FORMAT = nullQueue
[setparsing]
REGEX = (?i)(\bkeyword1\b).*(\bkeyword2\b.*\])(?i)
DEST_KEY = queue
FORMAT = indexQueue After saving these files on the HF, I've uninstalled and redeployed the app it via the Forwarder Management in the GUI. So far it's not working, as I get all logs with no filtering. This same regex on previously indexed events works on a search query, returning just the required events. index=someindex sourcetype=some:sourcetype1 | regex _raw="(?i)(\bkeyword1\b).*(\bkeyword2\b.*\])(?i)" Am I missing something?
... View more