- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Health of a dashboard
I've 5 dashboard panels and needs to show the overall health of the dashboard at the top which is measured by those 5 panels. Is there any way to calculate the health of dashboard?.
Thanks,
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

What kind of visualization you use on those 5 panels? Do all 5 panels use totally different search? If your panel searches are written in a ways that they can be merged into one query, then you can use post-process on your dashboard to populate your health panel and other 5 panels from that merged query result.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you cant add dependency on visualization like this. Your "health" panel would need to be its own search. Somehow combining the other five panels into a value or you can use if statements.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What do you mean by health of a dashboard? Dashboard panels are pretty binary it either runs the search or it doesn't. Please elaborate on what you are trying to achieve
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've a thresholds for all the 5 panels which turns the panel to green/orange/red color. If all the panels are in red, then health should be in red , otherwise it's green/orange. SO how can i add dependancy like this?.
