Elasticsearch 7.14 is introducing a more space-efficient variant of text called match_only_text. We should replace all text fields with match_only_text in our datasets where space efficiency is important to our users, such as:
- the
request field of http_logs,
- the
request and referrer fields of eventdata.
Elasticsearch 7.14 is introducing a more space-efficient variant of
textcalledmatch_only_text. We should replace alltextfields withmatch_only_textin our datasets where space efficiency is important to our users, such as:requestfield ofhttp_logs,requestandreferrerfields ofeventdata.