Splunk Search

transforms.conf: matching two files in regex

keyivr
New Member

Hello,

I am trying to match using regex where the filenames Svc.chk and edb.chk are in Object_Name.

The following does not work...

REGEX=(?m)^Object Name:.*(edb.chk|Svc.chk)

when trying to find:

Object Name: C:\Windows\System32\LogFiles\Sum\Svc.chk

Any obvious errors here?

Many thanks

D.

0 Karma

Afef
Communicator

try this : REGEX=(?m)^Object\sName:.*(edb.chk|Svc.chk)

0 Karma

richgalloway
SplunkTrust
SplunkTrust

The dots before the filename extensions need to be escaped. Try this:

(?m)^Object Name:.*(edb\.chk|Svc\.chk)
---
If this reply helps you, Karma would be appreciated.
0 Karma

keyivr
New Member

Hello, many thanks for that - but it's still not matching I am afraid.

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...