Hello,
Is it possible to showcase alert count in dashboard with rest api or any other method.
Did you ever get an anser to this ? We are looking for an email count per month. Thanks.
No
As an alternative solution and depending on how creative you can get with your dashboards you can use the rest api directly from search to pull information about the alerts that have fired
run this search on your server that is sending the alerts as a starting point to see what kind of information is is able to provide
| rest count=0 /servicesNS/-/-/alerts/fired_alerts/
Could you send us with an example of rest api.
Not able to run this:
run this search on your server that is sending the alerts as a starting point to see what kind of information is is able to provide
| rest count=0 /servicesNS/-/-/alerts/fired_alerts/