I want to create a dashboard showing only the successfully triggered watches and the respective details.
Currently i have created a dashboard using the saved search based on "watcher-history".
The dashboard is showing the history of all the executed watches.
My motive is to create a dashboard in kibana, only consisting of watches with successful outputs or matches.
(Dont want the whole list of watcher that's running in the background, just looking to fetch the action messages in the dashboard - for monitoring purposes.)
All efforts are very much appreciated.