Splunk Search

Extracting data in between unique characters

behymejt2012
Path Finder

Hi Everyone,

I am still new to Splunk and have found myself in a predicament for extracting a specific value, within a value. So for the following:

usb#android(04e8) mass storage(685e)#abc123abc123

I am trying to extract everything between # and # so essentially "android(04e8) mass storage(685e)". I have head about using regex/rex but I wasn't sure if there was an eval function that could perform this?

Tags (2)
0 Karma
1 Solution

Ayn
Legend

Why not use regex? 🙂

rex "#(?<yourfieldname>.+?)#"

View solution in original post

Ayn
Legend

Why not use regex? 🙂

rex "#(?<yourfieldname>.+?)#"

behymejt2012
Path Finder

Perfect. Was also looking at I would pull all the content from the beginning to a specific character ")". Ex from above: "android"

Also, any recommended avenues for learning this version of regex (books, articles, etc)

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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