Knowledge Management

How to extract a particular data in a url?

joachimroshan
New Member

For example, in the below url I need to extract just 'abc' and assign the extracted string to a new field name.

URL= http://claim-esb-sys.test.xxx.com/abc-3.0.0

Tags (1)
0 Karma

micahkemp
Champion

Try this one:

https://regex101.com/r/zYmSeB/1

It makes some assumptions, but they may be valid for your use case.

0 Karma

493669
Super Champion

if url always ends with .com then you can try this as well...

...|rex field=URL "\.com\/(?<name>[^-]+)-"
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 ...