Splunk Enterprise Security

REGEX

a88arun
New Member

I want to get the result of  'AccessControlRuleName' in a separate field set using REGEX. 

Sample log:

"AccessControlRuleName: PCIWAN_Access_In_#4-no-lookup," 

 

What would be the Regex query or detail to create a new field set for the above? Need some help on this.

Labels (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Assuming the value is always delimited by a comma, try this

| rex "AccessControlRuleName:\s+(?<AccessControlRuleName>[^,]+)"
0 Karma

a88arun
New Member

Hi ...Thanks for the quick response for my regex query.

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...