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!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...