Histogram in kibana

Hello,

I'm trying to create a visualization of a histogram in kibana from the following data:

Discover:
The field that contains the data for the histogram is "current_hist"

If I do a query with the devtools, they look like this:

Is thre any way to represent this data?

Thank you for the inconvenience

Kibana visualizations expect documents with single values to generate the different charts. This is pretty different. Do you want a single chart per document? aggregate the counts somehow?

For this data shape, I'd take a look to the Vega visualization type to transform your documents into the dimensions you want to visualize.

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