We had instances where dashboard was not updating. I would like to create an alert if dashboard/panels are not updating. How do i achieve this. Please help
Hi @pradeepkm,
as @richgalloway said, in Splunk you don't have a great visibility about dashboard updating because it isn't a transactional system, but you could move your check to the presence of updated data, e.g. if you want to check that there are new data in the last 10 minutes to display in a dashboard, you could run something like this:
index=your_index earliest=-10m@m latest=nowthe alert condition is "no results".
Ciao.
Giuseppe
AFAIK, Splunk has very little visibility into a running dashboard. The internal logs will show when the dashboard is first opened by a user. They'll also show the searches run by the dashboard, but, regrettably, those searches are not linked to the dashboard itself. I think you'll have to rely on users reporting the dashboard is not updating.