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

Override maxLength default value of 1024 for keywords in beats #839

Closed
simitt opened this issue Apr 16, 2018 · 4 comments
Closed

Override maxLength default value of 1024 for keywords in beats #839

simitt opened this issue Apr 16, 2018 · 4 comments

Comments

@simitt
Copy link
Contributor

simitt commented Apr 16, 2018

Currently the default value for ignore_above is set to 1024 in the beats framework. Hence, we use the same limit on the Intake API for string data that are indexed as keywords to avoid issues when querying for it.

As explained in the ES docs the document itself would be indexed, but not the keyword field that exceeds the ignore_above limit.

@alvarolobato
Copy link

We need to discuss if we want/need to make this differently. Are there any use cases specific to this?

@simitt
Copy link
Contributor Author

simitt commented May 7, 2018

Questions came up here:
#801
#777

It doesn't seem to be an immediate or urgent request, so I suggest to keep the issue open so we can collect use cases but put it somewhere into the Inbox.

@graphaelli graphaelli changed the title Override default value of 1024 for keywords in beats Override maxLength default value of 1024 for keywords in beats May 16, 2018
@graphaelli
Copy link
Member

Can we close this since elastic/beats#7238 is in?

@graphaelli
Copy link
Member

tested that ignore_above in fields.yml overrides the default of 1024 now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants