Description
While collecting data using the AWS EC2 data stream I found out that the Overview dashboard included with the package didn't display any data.
This has been tested with 8.6.1.
Initially I thought of a credentials issue on the Agent collecting data, but after reviewing this hypothesis the cause was different, as data are being ingested:
From my understanding the issue stems from the visualisation using fields that are not collected, for example "EC2 Instance State" uses aws.ec2.instance.state.name
or "AWS EC2 CPU Utilization" uses host.cpu.usage
. Both fields are empty.
The policy used by the agent has AWS EC2 metrics collection enabled
I've yet to pinpoint the issue, if it's in the collector metricset, Agent configuration or Data stream ingest pipelines.