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!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...