Now I want to build a simple chart, where the x-axis is the date, and the Y-axis is the normal value. No Count, Min, Max or something like that. I just can't find out how I can make a simple chart with just the values and the time.
Maybe I just don't see my mistake, but I can't select something like "clean-value" in the aggregation. I wan't just a very simple table looking like the one I attached.
The way Kibana works in this case is it divides up the x-axis values (time, in this case) into buckets. Then for each bucket, Kibana can only display aggregated values on the y-axis. Given that, what you are asking for is not exactly possible.
What you could do is choose a y-axis metric like average. Then, if you narrow down your x-axis time to a small enough time range, you might be left with single values in each x-axis time bucket so each value's average will be equal to its raw 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.