Splunk Cloud Platform

Extract value from a field

verifi81
Path Finder

Hello folks

I have a search in which I table.  Here is a snippet of the results

 

ObjectDN _time

cn=Jane Fonda,OU=Blue,OU=Pad,OU=Circle Team,DC=circle,DC=net2021-04-22 23:48:36CN=Matt Cruz,OU=Blue,OU=Pad2,OU=Circle Team,DC=circle,DC=net2021-04-22 01:07:43

 

If I want to extract the names contained in the CN to output to a column on it's own how would I do that?

 

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| rex field=ObjectDN "(?i)CN=(?<NAMES>[^,]+)"

View solution in original post

0 Karma

verifi81
Path Finder

Perfect. thank you so much.

0 Karma

verifi81
Path Finder

I don't know why the question cut off.  My question is, if I wanted just the CN portion of the results to display in a separate column called "NAMES", how can I do that?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex field=ObjectDN "CN=(?<NAMES>[^,]+)"
0 Karma

verifi81
Path Finder

ITWhisperer, thank you so much.

 

In some cases the CN is lower case so it doesn't match for those entries.  Is there a way to make this case insensitive?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| rex field=ObjectDN "(?i)CN=(?<NAMES>[^,]+)"
0 Karma
Get Updates on the Splunk Community!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...