how can set limit of nested fields in es index in elasticsearch 2.3.3 manually 50 default?
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"limit of nested fields [50] in index [1000] has been exceeded"}]
this mentioned in breaking changes 2.3:
you can change in index settings the following:
index.mapping.nested_fields.limit: 1001
note taken account when index created or mappings updated.