- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SPL or sourcetype to parse json data without standard key value data?
joxers25
Explorer
08-16-2022
09:17 AM
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!
