Current network remappers only produce system.network.* metrics, however, curated UIs also require host.network.* metrics (ref). We should produce both of these metrics in the remappers.
As per ECS, there are 4 host.network metrics that needs to be produced:
- host.network.egress.bytes
- host.network.egress.packets
- host.network.ingress.bytes
- host.network.ingress.packets
Unlike system.network.* metric, the host.network.* metrics seems to be an aggregate over all network devices and are gauges.
Current network remappers only produce
system.network.*metrics, however, curated UIs also requirehost.network.*metrics (ref). We should produce both of these metrics in the remappers.As per ECS, there are 4
host.networkmetrics that needs to be produced:Unlike
system.network.*metric, thehost.network.*metrics seems to be an aggregate over all network devices and are gauges.