Splunk Search

Help with rex on raw data

sravankaripe
Communicator

Hi,

I have data like this I want to display middlename and lastname from the below info.
please help me out in writing rex for below raw data

\"middleName\":\"L\",\"lastName\":\"CRIB\"

Tags (2)
0 Karma

lfedak_splunk
Splunk Employee
Splunk Employee

Hey @sravankaripe, If @gokadroid's solution worked then please don't forget to accept his answer to award karma points and close the question. 🙂

0 Karma

gokadroid
Motivator

May you try this below please:

your query to return events
| rex "\\\"middleName\\\":\\\"(?<mn>[^\\]+)\\\",\\\"lastName\\\":\\\"(?<ln>[^\\]+)\\\""
| table mn, ln

See extractions here

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

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