index=_audit action=alert_fired ss_app="Threats_App" | eval ttl=expiration-now() | search ttl>0 | convert ctime(trigger_time) | sort - trigger_time | table trigger_time ss_name severity | rename trigger_time as "Alert Time" ss_name as "Alert Name" severity as "Severity" I created a dashboard, panel with above query in it. It is looking for triggered alerts from my app. I want to display the results(stats) of the triggered alerts in a different panel below that in the same dashboard. so its like " here are the alerts fired and when u click the alert name, it shows the stats(results) of that alert. Implementing this , I can see multiple alerts and the results of those alerts in the same dashboard" I do not want to install additional apps, so please help me with this query only. Please do not suggest apps for a simple solution. Thanks
... View more