Splunk Search

Regex Extraction

mdeterville
Path Finder

How do i extract everything after the 3rd / from the left in:

WinNT://PSAD/johndoe

The output should be "johndoe"

Thanks in advance for your assistance!

Labels (2)
0 Karma
1 Solution

johnhuang
Motivator

Either of these should work:

^.*\/(?<user_id>.*)

^[^\/]*\/\/[^\/]*\/(?<user_id>.*)

View solution in original post

johnhuang
Motivator

Either of these should work:

^.*\/(?<user_id>.*)

^[^\/]*\/\/[^\/]*\/(?<user_id>.*)

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...