Splunk Search

Filed extraction assistance

gerald_huddlest
Path Finder

iam trying to extarct the room name fromt eh string below but the automatioc filed extraction does not fined enough examples due to numerous other messages in logs.

"chat://room/domain/roomname"

I created a filed extraction to extract the domain, called domain but am not able to get splunk to extract the room name.

need to extract all characters between the last / and the ".

appreciate your help

Tags (1)
0 Karma

Damien_Dallimor
Ultra Champion

Here is a very simple regex , to get you started, that will extract the roomname value out to the field "roomname_field"

"chat://\w+/\w+/(?<roomname_field>\w+)"

Without seeing a sample of many possible values I dont know what characters could be in the room, domain and roomname path parts. \w just captures [a-zA-Z_0-9] . Adjust as necessary.

Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...