Splunk Search

How can I extract key value pair in a table?

siddharthmis
Explorer

I have data like
Data: {"code": "abc", "version": "2018.6", "name": "testdata", "group": "QA", "DB": "oracle"}
in the field Message.
How can I export the key and value pair in a table.
So, I would need code, version, name, group, Db in a table.

I tried using spath but it didn't work as the data is not exactly in json format.
How can I get the data in tabular format.

0 Karma
1 Solution

kthammireddygar
Path Finder

Hope this helps

index=foo sourcetype=xyz ... | extract pairdelim="{,}" kvdelim=":" | table code version name group DB

View solution in original post

kthammireddygar
Path Finder

Hope this helps

index=foo sourcetype=xyz ... | extract pairdelim="{,}" kvdelim=":" | table code version name group DB

siddharthmis
Explorer

It helps, thanks!

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...