Splunk Search

How to extract json fields from json inside single quotes?

Alanshiau717
New Member

Hey I am having difficulties trying to extract fields from my splint logs. They are in the format of

’{“field”: “value1”, “field2”: “value2”}’  I’ve tried using spath but it doesn’t seem to work. I think the issue is that the json object is enclosed in single quotes so splunk doesn’t recognise it as json. 

Labels (2)
0 Karma

yuanliu
SplunkTrust
SplunkTrust

One solution is to rex the json out.  Assuming that the sample data you give is _raw:

| rex "'(?<jfield>[^']+)"
| spath input=jfield

 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Maximizing the Value of Splunk ES 8.x

Splunk Enterprise Security (ES) continues to be a leader in the Gartner Magic Quadrant, reflecting its pivotal ...