-
Notifications
You must be signed in to change notification settings - Fork 525
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
Labels
Comments
We need to discuss if we want/need to make this differently. Are there any use cases specific to this? |
graphaelli
changed the title
Override default value of
Override maxLength default value of May 16, 2018
1024
for keywords in beats1024
for keywords in beats
Can we close this since elastic/beats#7238 is in? |
tested that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the default value for
ignore_above
is set to1024
in the beats framework. Hence, we use the same limit on the Intake API for string data that are indexed askeywords
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.The text was updated successfully, but these errors were encountered: