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

fields property in index_pattern should either not be indexed or have ignore_above set #13805

Closed
trevan opened this issue Aug 31, 2017 · 2 comments

Comments

@trevan
Copy link
Contributor

trevan commented Aug 31, 2017

For index patterns with lots of fields, it is possible for the "fields" property on the index_pattern type to be over 32k in size. ES will prevent it from being indexed.

I don't think it needs to be indexed so it should probably be marked as "index": false. You could also set the ignore_above flag instead.

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@mattkime
Copy link
Contributor

addressed #74817 - will be released in 7.10

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

7 participants