Splunk Search

How to extract a URL between two strings ?

maramk
Explorer

Hi,

   I am a have content like below and i would like to extract git url from it. Please suggest me how to do it using rex?

 

Content:

  proj_url\x1B[0;m=https://my.test.net/sample/test.git test\x1B[0;m=abcd.

Output should be: https://my.test.net/sample/test.git

 

Any help is appreciated.

 

Thanks.

Labels (1)
0 Karma
1 Solution

somesoni2
Revered Legend

Try this

..| rex "(?<URL>http\S+)"

  OR

...| rex "x1B\[0\;m\=(?<URL>\S+)"

View solution in original post

maramk
Explorer

first query worked. Thank you

0 Karma

somesoni2
Revered Legend

Try this

..| rex "(?<URL>http\S+)"

  OR

...| rex "x1B\[0\;m\=(?<URL>\S+)"
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...