All Apps and Add-ons

SPL or sourcetype to parse json data without standard key value data?

joxers25
Explorer

Hi Folks,

Looking for someone to suggest how to extract the data from the below json api return in the following format?

queries are sent in the api call, structured data is returned but without the key.

servername:"id.server",
type:"TXT",
error"NOERROR",

{
    "result": {
        "rows": 2001,
        "data": [
            {
                "dimensions": [
                    "id.server",
                    "TXT",
                    "NOERROR",
            }
    ]
    }
}

Thanks!

Labels (1)
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 ...