Not able to get all RDS metrics to Elasticsearch

Hi,

We are trying to configure elasticagent to send RDS metrics to Elasticsearch. Able to configure using AWS RDS integration and we are getting the metrics. But not getting all the metrics.From the documentation i understand we will get the metrics related to transactions like below.

            "login_failures": 0,
            "queries": 7.862475898034027,
            "throughput": {
                "commit": 0.24950762724254,
                "ddl": 0,
                "delete": 0,
                "dml": 0.24950762724254,
                "insert": 0.24950762724254,
                "network": 1.3985171580449323,
                "network_receive": 0.6992585790224661,
                "network_transmit": 0.6992585790224661,
                "select": 2.9299395125804084,
                "update": 0

But we are not getting any metrics related to the queries and login_failures and also we don't see any errors in the logs.

Please suggest if any specific configuration needs to be done to get transaction related metrics.
![rds_dashboard|690x355](upload://zmJ4irhcUFBaZItlwmk151NVKKq.png)



Any help here is much appreciated.

Thanks,
Aravind

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.