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!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us on ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...