I have 5000 unique events. If I try to unique count with default precision value, I get the wrong value:
How can I calculate truly unique values without changing the precision?
I have 5000 unique events. If I try to unique count with default precision value, I get the wrong value:
How can I calculate truly unique values without changing the precision?
Cardinality aggregations and some other types of aggregations are always approximations. Even though you can tune the threshold they are never going to be guaranteed to be exact.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.