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

Problem With Total and Nested Field limits #26343

Closed
abhiCR7 opened this issue Aug 23, 2017 · 1 comment
Closed

Problem With Total and Nested Field limits #26343

abhiCR7 opened this issue Aug 23, 2017 · 1 comment

Comments

@abhiCR7
Copy link

abhiCR7 commented Aug 23, 2017

Describe the feature:

Elasticsearch version: 2.4.x

Plugins installed: none

JVM version (java -version): 1.8.0_91

I have currently v2.4 Elasticsearch in production and in the process to upgrade it to v5.5.
I’m facing problem with
index.mapping.total_fields.limit: 1000
index.mapping.nested_fields.limit: 50
My current total fields are in the order of 13000 and nested_fields around 100.
Since this is non-dynamic field I’m not able to update it. Is creating a new index the only option?
if no, Is there any way I can upgrade without creating new index so I can change the default values of these settings?

@rjernst
Copy link
Member

rjernst commented Aug 23, 2017

Please ask questions on our forum. We use github for feature requests and confirmed bug reports. With that said, both of those settings are dynamic index settings. I'm not sure what led you to believe they are not.

@rjernst rjernst closed this as completed Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants