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

[Maps] Update DEFAULT_MAX_BUCKETS_LIMIT to new limit #68177

Closed
nreese opened this issue Jun 3, 2020 · 1 comment · Fixed by #70313
Closed

[Maps] Update DEFAULT_MAX_BUCKETS_LIMIT to new limit #68177

nreese opened this issue Jun 3, 2020 · 1 comment · Fixed by #70313
Assignees
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result v7.9.0 v8.0.0

Comments

@nreese
Copy link
Contributor

nreese commented Jun 3, 2020

elastic/elasticsearch#57042 increased search.max_buckets to 65,535. DEFAULT_MAX_BUCKETS_LIMIT needs to be updated to the new value.

This will help term joins since the new limit will make it rarer that terms are missed.

With this higher limit, we can also increase the shard_size for top terms to received more accurate results https://github.com/elastic/kibana/blob/master/x-pack/plugins/maps/public/classes/fields/es_agg_field.ts#L103

@nreese nreese added [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result labels Jun 3, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation enhancement New value added to drive a business result v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants