Hi! We need to plot our sensor data which is currently stored in ElasticSearch. We need to a high degree of specificity - what was the value at each millisecond logged. I was hoping Grafana would be the tool for this - but when I try to use raw document
for a graph, I don’t know how to just show the two fields I’m interested in (timestamp and the vibration value for that timestamp). To be clear, we don’t want to aggregate our data because it would smooth out the anomalies.
I see in some of the older posts that raw document doesn’t work properly on the graph view. Is that still true? If not, how would I go about plotting the raw data?