Is it possible to set the precision_threshold for an entire index?

I am using Elastic Stack for Business Intelligence purposes, because of this I need absolute accuracy. I know I can apply the precision_threshold on a individual basis, but is there a way to provide the precision_threshold globally for a particular index?

The index I am working with is only 30mb so I think the cardinality aggregation is a bit overkill for such a small sized index and seems to be really designed for big data use.

If you have a single index that is that small, make sure it has a single primary shard and results should be accurate.

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