HDR Histogram Percentiles

Hi, I need to always use the HDR percentiles. Is there a way to configure Elasticsearch to use that as the default percentile method?

You will always need to specify this as part of your request.

OK. Thank you for your reply. I appreciate it!

I am interested in this too - is the above a yes or a no? If a yes, how to specific?

The answer was that there is no way to change the default. You always need to specify as part of the request. Example query part:
"aggs":{"1":{"percentiles":{"field":"performance","percents":["25","50","75","90","95","100"],"hdr":{"number_of_significant_value_digits" : 3}}}}

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