You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #10544 both file.origin and file.origin.raw are both keyword type. The idea behind having a multi-field is to allow one of the fields to be analyzed to help with searching.
To fix the issue we should remove file.origin.raw and add file.origin.text that is text. This would follow the ECS convention.
The text was updated successfully, but these errors were encountered:
The `raw` part of the multifield was unnecessary because it was keyword
like the base field. Replaced with `file.origin.text` of type text as
ECS recommends.
Fixeselastic#12423
)
The `raw` part of the multifield was unnecessary because it was keyword
like the base field. Replaced with `file.origin.text` of type text as
ECS recommends.
Fixes#12423
As of #10544 both
file.origin
andfile.origin.raw
are bothkeyword
type. The idea behind having a multi-field is to allow one of the fields to be analyzed to help with searching.To fix the issue we should remove
file.origin.raw
and addfile.origin.text
that istext
. This would follow the ECS convention.The text was updated successfully, but these errors were encountered: