This seems like a very common use case, to simply visualize results of some health checks against some system (like server, website, service, ...) but I can't figure out how to do it in a Splunk dashboard. Here are the details for my use case:
I have multiple health checks (check1, check2, check3, ...) that are run periodically (run1, run2, run3, ...) against a website. Any suggestions how can I create dashboard that shows them in a following straightforward way?
- checks are stacked in a column
- if check passed its color is green
- if check failed its color is red
Here is a basic example:
Note, that check's name does not have to be displayed in the column, I put it there just to demonstrate the idea :)
![alt text][1]
In case splunk can't do this, is there any alternative approach?
[1]: /storage/temp/131185-hchecks.png
↧