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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...