I've got a fleet-managed elastic agent which is deployed in my k8s cluster as a Daemonset (as orchestrated by the ECK operator, resource type Agent
) and it has a policy which includes the system
integration. It's reporting metric data which appears to match values in htop
for each host, but the OS info (host.os.*
) appears to be reflecting the container, not the host.
Is there any way I can get it to retrieve the actual host OS details, and not the container OS details?