I'm quite new to kibana and elasticsearch and I'm currently at creating a dashboard. I have a series of numbers and I want to know the min value of a given period of time. But I need to know at which time the value was on it's min (through a metric). How can I display these informations in my dashboard?
But I need to know at which time the value was on it's min (through a metric)
This is not possible. Kibana visualizations display aggregation results from Elasticsearch. An aggregation groups documents into buckets and calculates metrics for each bucket. There is no way to pull out one document property and associate that to the computed metric value.
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.