Browse Source

Remove duplicate text from cardinality aggs docs (#86615)

The same explanation is repeated twice within a section.
Umut Uz 3 years ago
parent
commit
53461f89f1

+ 1 - 4
docs/reference/aggregations/metrics/cardinality-aggregation.asciidoc

@@ -158,10 +158,7 @@ remains very low (1-6% as seen in the above graph) even when counting millions o
 
 The HyperLogLog++ algorithm depends on the leading zeros of hashed
 values, the exact distributions of hashes in a dataset can affect the 
-accuracy of the cardinality.  
-
-Please also note that even with a threshold as low as 100, the error remains
-very low, even when counting millions of items.
+accuracy of the cardinality.
 
 ==== Pre-computed hashes