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 network inventory messages in the Wazuh Agent include fields that are not compliant with the Elastic Common Schema (ECS). Specifically, there is an interface field in the inventory data that is not aligned with the ECS proposal (#294):
The interface field contains information such as mtu, state, and type, which may either need to be mapped to existing ECS fields or moved to a different structure.
This raises the question of whether the ECS indexer lacks fields for such data, or whether these fields are being incorrectly placed in the Agent's message structure.
Expected Behavior
Ensure that all fields in network inventory messages are compliant with ECS.
If ECS does not currently support certain fields (e.g., interface.mtu, interface.state), propose updates to the ECS schema or provide an alternate mapping.
The text was updated successfully, but these errors were encountered:
Parent Issue: #241
Description
The network inventory messages in the Wazuh Agent include fields that are not compliant with the Elastic Common Schema (ECS). Specifically, there is an
interface
field in the inventory data that is not aligned with the ECS proposal (#294):Example of the current network inventory message:
interface
field contains information such asmtu
,state
, andtype
, which may either need to be mapped to existing ECS fields or moved to a different structure.Expected Behavior
interface.mtu
,interface.state
), propose updates to the ECS schema or provide an alternate mapping.The text was updated successfully, but these errors were encountered: