We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ignore_above
Certain ECS fields are type keyword but are also not:
keyword
index: false
doc_values: false
The ECS tooling's behavior is to set ignore_above: 1024 for all keyword fields.
ignore_above: 1024
However, ignore_above should not be present when index: false and doc_values: false are set on a field.
The text was updated successfully, but these errors were encountered:
Identified in elastic/kibana#101232 (comment) and discussed further in elastic/elasticsearch#74121 (comment)
Sorry, something went wrong.
ebeahan
Successfully merging a pull request may close this issue.
Certain ECS fields are type
keyword
but are also not:index: false
)doc_values: false
)The ECS tooling's behavior is to set
ignore_above: 1024
for allkeyword
fields.However,
ignore_above
should not be present whenindex: false
anddoc_values: false
are set on a field.The text was updated successfully, but these errors were encountered: