Hi, I have a json event like below, for each "Build Version" which runs on weekly/daily basis it will try to install different apps ("appName" in json) reports the app's "Application install status" as "success" or "failure, similarly for "Application launch status" and "apkAnalysed" status as "Analysed" or "Not Analysed" Now I want a dashboard that looks like below, for each "Build Version" how many have success ,failure status and "apkAnalysed" status as "Analysed" in 3 stacks. is this possible in splunk, i have tried plotting using chart option but it doesn't help {
"Device Details": {
"Device": "" ,
"Build Version": "build_01",
"Application install status": "success",
"Application launch status": "Success"
},
"apkAnalysed": "Analysed",
"id": "googleplay",
"appName": "whatsapp",
"appStore": "googleplay",
"timeStamp": 0,
"md5sum": "",
"packageName": "",
"date": "2021-12-09",
"downloadPath": "https: xxxx",
"apkAnalytics": ""
} TIA
... View more