Splunk Search

rex command help

sravankaripe
Communicator

Help me with Rex

"keys":"values"

"SSOUSERDATA":"INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"
"X-comGlobalSessionID":"Abcdef2OtOEWYEX0TA6B1KQ"
"X-comPrimaryIdentity":"12345678"
"X-comImpersonatedIdentity":"12345678"
"msgContentType":"Exception due to so and so"

Tags (1)
0 Karma

jkat54
SplunkTrust
SplunkTrust

...|extract kvdelim=":" pairdelim=" "

If that works in search, it can be done automatically in props.conf too

skoelpin
SplunkTrust
SplunkTrust

This would be the obvious choice, but OP said he wanted rex

skoelpin
SplunkTrust
SplunkTrust

How about this?

... | rex \":\"(?<skoelpin>.+)(?=\")

Your fieldname will be skoelpin 🙂

0 Karma

sravankaripe
Communicator

i want to retrive "INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"
from the event. can you help me with rex.

"SSOUSERDATA":"INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"

0 Karma

skoelpin
SplunkTrust
SplunkTrust

This will capture the value "INDV=12345678|ONE|testd44|ABCD,ABCD_ABCDABCD"

... | rex \":\"(?<skoelpin>.+)(?=\")

0 Karma
Get Updates on the Splunk Community!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...