Splunk Search

Regex on search output?

jcmaynard
Explorer

Search: index=XXX source=/xxx/xxx/xxxx.log | regex 'something'

How would I do this properly showing just the regexed output?

Thanks...

0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

So there are two ways.

  1. index=xx source=/xx.log | rex field=your_field "(?<your_new_field>REGEX)"| table your_new_field

This shows only the value of the captured regex.

  1. index=xx source=/xx.log | regex _raw="REGEX"

This keeps only the events that match REGEX.

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Regex
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex

View solution in original post

0 Karma

jcmaynard2
New Member

The second one gives me the lines with what I'm looking for, when I choose 'View Source', it's giving me the full line and not the extracted data from each line. Can I do that?

0 Karma

rtadams89
Contributor

You can either use the first method and then filter out events where "your_new_field" is null (because the regex didn't match anything). Or you could run the second command given to filter out the relevant events, and then pipe that to the first command to actually do the extraction.

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

So there are two ways.

  1. index=xx source=/xx.log | rex field=your_field "(?<your_new_field>REGEX)"| table your_new_field

This shows only the value of the captured regex.

  1. index=xx source=/xx.log | regex _raw="REGEX"

This keeps only the events that match REGEX.

http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Regex
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Rex

0 Karma
Get Updates on the Splunk Community!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...