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 ECS FAQ notes that the nested field datatype is not used. However, the definition of the nested field datatype is incorrect:
ECS does not use nested datatypes, which are arrays of objects.
An object datatype, which is used by ECS, can also contain an array of objects as a value. The primary difference between the two is that objects in a nested datatype can be queried independently.
However, I'm not sure we need to go into that level of detail here. It would likely suffice to say:
ECS does not use nested datatypes.
The text was updated successfully, but these errors were encountered:
The ECS FAQ notes that the
nested
field datatype is not used. However, the definition of thenested
field datatype is incorrect:An object datatype, which is used by ECS, can also contain an array of objects as a value. The primary difference between the two is that objects in a
nested
datatype can be queried independently.However, I'm not sure we need to go into that level of detail here. It would likely suffice to say:
The text was updated successfully, but these errors were encountered: