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!

Celebrate CX Day with Splunk: Take our interactive quiz, join our LinkedIn Live ...

Today and every day, Splunk celebrates the importance of customer experience throughout our product, ...

How to Get Started with Splunk Data Management Pipeline Builders (Edge Processor & ...

If you want to gain full control over your growing data volumes, check out Splunk’s Data Management pipeline ...

Out of the Box to Up And Running - Streamlined Observability for Your Cloud ...

  Tech Talk Streamlined Observability for Your Cloud Environment Register    Out of the Box to Up And Running ...