Splunk Search

Transforms.conf: Need help combining regex (simple)?

the_wolverine
Champion

I'm sure this is really simple but I've been unable to figure out the syntax to combine these 2 regexes in my transforms.conf. Thus, I've split them into two separate stanzas:

[first]
REGEX=(?m)(ComputerName=HerComputer)
DEST_KEY=_MetaData:Index
FORMAT=new

[second]
REGEX=(?m)(ComputerName=HisLaptop)
DEST_KEY=_MetaData:Index
FORMAT=new
1 Solution

ziegfried
Influencer

How about this?

[combined]
REGEX=(?m)ComputerName=(HerComputer|HisLaptop)
DEST_KEY=_MetaData:Index
FORMAT=new

View solution in original post

ziegfried
Influencer

How about this?

[combined]
REGEX=(?m)ComputerName=(HerComputer|HisLaptop)
DEST_KEY=_MetaData:Index
FORMAT=new

the_wolverine
Champion

Thanks 🙂

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...