Splunk Search

Splunk parse url path value (not query parameter)

srinathv77
Engager

www-pcm-com/p/Logitech-Keyboards/product~dpno~8146199~pdp.gbhdbgh

How can i get the value 8146199 (which will always be followed by "~dpno~" ?

I want only 8146199.

Tags (2)
0 Karma

linu1988
Champion

Try this

sourcetype=xxx| rex field=_raw/field_name "~dpno~(?<Val>\\d+)" |table Val

field_name= address/ something which has been extracted by splunk

somesoni2
Revered Legend

Try this

..your base search ..| rex field=url "dpno~(?<YourFieldName>[^~]+)"

srinathv77
Engager

Thank you for quick response.

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 ...