Heatmap implementation in grafana

Hi Team,

My monitoring system(sensu) determine the events based on the check status. if the check status is 0- success, 1- warning, 2 - critical, 3-unknown.

Now i would like to see the check status in heatmap. Before that i tried in kibana, i got the result of what i expected.

FYI:- kibana heatmap

KIBANA-HEATMAP.png

In the Y-AXIS, you can see the check status (0,1,2,3) when i hover the mouse i can the status details. i would like to implement the same concept in grafana, can someone help me out ?

FYI:- grafana heatmap

Screen Shot 2017-06-30 at 6.26.53 PM

Can you show axis tab for your heatmap in grafana?

Screen Shot 2017-06-30 at 9.51.06 PM

With elasticsearch you can use Time series buckets Data format. See here http://docs.grafana.org/features/panels/heatmap/#pre-bucketed-data

Hi Alex,

Thank you. After i gone through the instruction now heatmap looks fine. Let me know if you have any other suggestion to improve on it.

Screen Shot 2017-07-01 at 12.43.39 PM