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!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...