Count of unique events

I have 5000 unique events. If I try to unique count with default precision value, I get the wrong value:

prec

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.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.