Splunk Search

Can you help me come up with a regex for an API path?

serviceinfrastr
Explorer

Hi Community,

Sorry this should be easiest for you, but i have many problem with regex ....

i want to keep the first 3 sets of information (bellow in red)

alt text

i have already done this :

" |rex field=uri_path "^/(?\w+)" |

but i have only the first.

Can you help me ?

Tags (2)
0 Karma
1 Solution

jlelli
Path Finder

this should work:

  | rex field=uri_path "^(?<myfield>/\w+/\w+/\w+/)"

View solution in original post

0 Karma

jlelli
Path Finder

this should work:

  | rex field=uri_path "^(?<myfield>/\w+/\w+/\w+/)"
0 Karma

harsmarvania57
Ultra Champion

Hi,

You can use below regular expression to extract those values

<yourBaseSearch> | rex field=uri_path "^(?<extracted_uri>\/\w+\/\w+\/\w+\/?)"
0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...