Create visualize exactly with field values

Hi.
We have filed elapse and values are in milliseconds. Now we want to create a visualize Area or TSVB (time series) with exactly elapse values and not Aggregations, we don't want to use count or max or average or etc, only real values.
In other words, y-axis=elapse filed value and x-axis=timestamp
How is this possible?
thanx, a lot.

Both TSVB and Visualize are always operating on aggregations, not on individual documents. If you want to visualize those, I recommend taking a look at vega: https://www.elastic.co/guide/en/kibana/current/vega-graph.html It allows you to visualize individual documents besides much more, but it's a little more involved.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.