I'm creating multiple graphs on the same indices with Terms aggregation on Kibana. The wired thing is that sum of counts on each graph is not the same while the time range and search query is exactly the same.
Any idea how to debug this issue?
I'm creating multiple graphs on the same indices with Terms aggregation on Kibana. The wired thing is that sum of counts on each graph is not the same while the time range and search query is exactly the same.
Any idea how to debug this issue?
hi, thank you for your reply. the version is Kibana: v 7.9.1.
when I look at the elasticsearch requests and responses, I noticed that it uses Cardinality aggregation to count on all three graphs that was compared and I found that the Counts are approximate.
do you think the Cardinality aggregation causes the differences between three graphs?
or in addition to this, approximate documents count on Terms aggregation causes this as well?
© 2020. All Rights Reserved - Elasticsearch
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.