Splunk Search

How do you create a regex expression which creates a field and returns text after a backslash?

synking
Explorer

Hey,

i need assistance in trying to figure out how to create a field and extract the text after that. I am not sure how to go about doing this. i have looked in the documentation and on here for questions that are similar, but nothing i try seems to work. Basically, in the logs I am searching, there is a string:

SERVERNAME\USERNAME

I want to create a field called username from the above entry. There is always a space after and before those two words and always the backslash. Here is what i have so far:

rex field=_raw "SERVERNAME\\:\s+(?<USERNAME>[^\s]+)"

But, I am not sure what i am doing wrong. Any help is gladly accepted. Thanks.

Tags (2)
0 Karma
1 Solution

493669
Super Champion

@synking, try this:

|rex "SERVERNAME\s\\\s(?<username>[^\s]+)"

View solution in original post

493669
Super Champion

@synking, try this:

|rex "SERVERNAME\s\\\s(?<username>[^\s]+)"

synking
Explorer

Wait nvm it worked I was just putting it in the wrong field.

0 Karma

synking
Explorer

Thanks but even when i try that it does not seem to work. I get the search to complete but it shows everything in every log.

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...