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
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

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 ...