I'm receiving through metricbeat and prometheus a snapshot of a histogram. The document looks like this :
{
...
histBar1 : value1,
histBar2 : value2,
...
histBarN : valueN
}
I'd like create a vertical bar vizualization with the max of each bar displayed for the selected period of time. in other words draw the histogram as it is received.
This seems like a simple task but i don't seem to be able to do it...
I am not aware of any way to accomplish this. Most visualizations are an aggregation of the data, not a visualization of a histogram within the data. Does ES contain the raw data to create the histogram in Kibana instead of trying to represent a histogram of the data?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.