Splunk Search

How come my regex field extraction is showing no results?

kudvan
New Member

I have a log data and have a correct regex to extract data, which I confirmed works. However, the named field shows no data.

Sample log line

Dec 25 22:31:03 10.11.38.110 1 2018-12-26T22:27:08.000+01:00 SRV001 Logger1 - - -  [ Category = GrpMgmt ]  [ SOURCE = srv002 ]  [ GROUP_TYPE = Security ]  [ GROUP_SCOPE = dom01 ]  [ PRIVILEGES = - ]  [ ACCOUNT_NAME = Global_GRP ]  [ ACCOUNT_DOMAIN = dom01 ]  [ CALLER_USER_NAME = svcUsr ]  [ CALLER_USER_DOMAIN = dom01 ]  [ MEMBER_NAME = CN=usr001,OU=Users,DC=dom01,DC=org ]  [ EVENT_NUMBER = 4728 ]  [ ATTRIBUTES_OLD_VALUE = null ]

I want to extract the value of Member_Name to a variable e.g. MN, I have the following regex

rex _raw=".* \[ MEMBER_NAME \= (?P.+) \]\s+\[ EVENT_NUMBER"

When I use the above regex, I get the search results. However, the field MN is always empty — any hints that I am missing anything?

Thanks

Tags (1)
0 Karma
1 Solution

renjith_nair
Legend

@kudvan ,

Try

|rex field=_raw "MEMBER_NAME\s\=\s(?<MN>.+?)\s]"
Happy Splunking!

View solution in original post

0 Karma

renjith_nair
Legend

@kudvan ,

Try

|rex field=_raw "MEMBER_NAME\s\=\s(?<MN>.+?)\s]"
Happy Splunking!
0 Karma

kudvan
New Member

the regex didn't come correctly, here is the exact regex:
|rex _raw=".* [ MEMBER_NAME = (?P.+) ]\s+[ EVENT_NUMBER"

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...