Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support of Percentile Ranks aggregation #144

Open
nebrass opened this issue Jan 20, 2022 · 0 comments
Open

Implement support of Percentile Ranks aggregation #144

nebrass opened this issue Jan 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nebrass
Copy link
Contributor

nebrass commented Jan 20, 2022

Percentile ranks aggregation

A multi-value metrics aggregation that calculates one or more percentile ranks over numeric values extracted from the aggregated documents. These values can be generated by a provided script or extracted from specific numeric or histogram fields in the documents.

Please see Percentiles are (usually) approximate and Compression for advice regarding approximation and memory use of the percentile ranks aggregation

Percentile rank show the percentage of observed values which are below certain value. For example, if a value is greater than or equal to 95% of the observed values it is said to be at the 95th percentile rank.

https://www.elastic.co/guide/en/elasticsearch/reference/7.10/search-aggregations-metrics-percentile-rank-aggregation.html

@nebrass nebrass added the good first issue Good for newcomers label Jan 20, 2022
@eladiw eladiw removed the good first issue Good for newcomers label Jan 24, 2022
@AsafMah AsafMah added the enhancement New feature or request label May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants