I currently have a sample data table as below. I want to put it into a heatmap, where Date, TimeWindow, Sum as X, Y, and Z in the heatmap.
Date TimeWindow Sum
3/1/2018 20:20:00—20:40:00 5
3/3/2018 14:40:00—15:00:00 3
3/9/2018 23:20:00—23:40:00 0
3/23/2018 00:40:00—01:00:00 1
I downloaded this heatmap: https://splunkbase.splunk.com/app/3159/
Query I used: source blabla | table Date TimeWindow Sum
The heatmap I got was weird.
I looked at its sample data from "| inputlookup marx_counts.csv", the input data structure looks completely diffirent.
I think my query is wrong, but I couldn't find examples to refer to. Am I using the right Heatmap app, or would anyone suggest me changing to another Heatwave, or change my input data models...?
Thank you.
... View more