wazuh / wazuh-agent

The Wazuh agent for endpoints.
https://wazuh.com
GNU Affero General Public License v3.0
32 stars 19 forks source link

Adapts hardware information data to the ECS #303

Closed Nicogp closed 1 week ago

Nicogp commented 1 week ago
Related issue
#296

Description

This PR adds the changes so that the Hardware information sent by inventory complies with the ECS.

Note: as this is the first PR, only the Hardware scan is enabled, the rest of the scans should be enabled once the respective format change is made.

Note: since the tests require changes in all intended formats, they were disabled for fixes at the end of the adaptation of all scan types. Otherwise, each PR would have to modify all tests overlapping the work unnecessarily.

Tests