-
Notifications
You must be signed in to change notification settings - Fork 419
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
Move message
fields to match_only_text
#1377
Comments
Thanks, @jpountz! We had been excitedly following the progress of I agree with looking to update |
@jpountz we'll aim to open an RFC to move this forward, watch this space |
Stage 0 RFC PR: #1396 |
Stage 1 RFC PR: #1415 |
Thank you @ebeahan for moving this forward! |
7.14 is introducing a new field type called
match_only_text
which is meant as a more space-efficient variant of thetext
field type. Its only downsides are the following:Other than that, this field supports the same feature set as
text
, and liketext
it doesn't support aggregations. See https://www.elastic.co/guide/en/elasticsearch/reference/master/text.html#match-only-text-field-type if you would like to know more.We are in the process of changing our built-in templates in Elasticsearch so that
message
fields get mapped asmatch_only_text
rather thantext
. I think we should do the same in ECS as of Elasticsearch 7.14 (when this field gets released)?Please let me know if there's anything I can do to help.
The text was updated successfully, but these errors were encountered: