Getting Data In

How to use a combination of multiple regex cindition in transforms.conf

hyugma
Explorer

Hi Expert,
I am trying to confiture transforms that has multiple condition for match, with the following condition:

 

 

(word1 OR word2) AND word3 NOT ('phrase 4' OR 'phase 5')

 

 

and I tried the following config, but still no luck.

 

 

[source::.../input.log]
REGEX =^(?=.*(word1|word2))(?=.*word3)(?!.*(phrase 4|phrase 5)).*$
FORMAT = sourcetype::mytype
DEST_KEY = MetaData:Sourcetype

 

 

The regex may be wrong or there is another workaround to archive this... 
Any comment and/or recommendation would be really appreciated..

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

IME, anchors aren't needed that often and it's a rare case that needs both ^ and $ anchors.

Have you used regex101.com to test your regular expression against samples of your data?

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

IME, anchors aren't needed that often and it's a rare case that needs both ^ and $ anchors.

Have you used regex101.com to test your regular expression against samples of your data?

---
If this reply helps you, Karma would be appreciated.
0 Karma

hyugma
Explorer

Thank you for the comment. 

You are right, I would not need many anchors everywhere.
and I could confirm that the regex with AND and OR mixed worked.

Thank you, @richgalloway 

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...