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
The expected multi-fields are not imported when external ECS fields are declared. I suspect this is the cause of some integrations not including the anticipated multi-fields in their index templates.
I first experienced on 7.16.3 using the Windows 1.5.0 integration. The logs-windows.sysmon_operational managed index template is missing process.command_line.text.
Example
Declaring an external field with process.command_line:
There appears to be a similar problem in that the doc_values and index attributes are not carried through from the ECS definition. event.original is an example.
Summary
The expected multi-fields are not imported when external ECS fields are declared. I suspect this is the cause of some integrations not including the anticipated multi-fields in their index templates.
I first experienced on 7.16.3 using the Windows 1.5.0 integration. The
logs-windows.sysmon_operational
managed index template is missingprocess.command_line.text
.Example
Declaring an external field with
process.command_line
:produces an index mapping of:
In ECS,
process.command_line
contains the.text
multi-field.The expected field mapping:
The text was updated successfully, but these errors were encountered: