Hopefully my noobness isn’t too offensive.
So I’ve managed to successfully load my data to Elasticsearch
And have been meddling with Grafana, i can show graphs …proving my data is present.
The problem I’m having is my data is like this…
start: 12312513423( epoch start )
end 123128376823( epoch end )
bandwidth 123 (number )
So ideally i want to graph a 5 minutely summary of the bandwidth used. So it would total up all bandwidth that falls between start and end to the time point selected.
I’ve tried to google for some assistance but not entirely sure of the term to search for.
Do i need to have two "time field name"s?
Or, which i suspect is the answer, do i need to add something to the Query ( currently doing Graph, query metric of sim 'bandwidth). group by date histogram.
If someone could point me in the right direction or throw the syntax sample here I’d much appreciate it.
Thanks for your time!