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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...