Hi i have a below table
secure_0-1743603331782.png
i have been trying to represent it in a heat map i can see the percentage value in the blocks but how can i get the severity values => very high,high medium represented in the blocks
secure_1-1743603390358.png
See @chrisyounger number viz app
https://splunkbase.splunk.com/app/4537
It can do what you want
bowesmana_0-1743718108759.png
In my research you need 3 values and your table only as 2. Heat maps are representing change of value over interval of time by category.
| timechart span=<interval> max(<value>) as perc by <field_name>