How can I view all AWS metrics namespace in Kibana?

I am using Kibana to query metrics from AWS. When I open Metrics in Kibana, I can only see these 4 metrics. But I have configured many metrics set and namespace in metricbeat. Is there any reason it only shows 4? How can I make all metrics available to view?

image

I have configured below metrics and I am able to see them in Easticsearch. I am also able to view these metrics via " [Metrics Explorer]" tab but why I can't find them in "Inventory" tab?

metricsets:
        - cloudwatch
        - lambda
        - billing
      metrics:
        - namespace: AWS/DynamoDB
        - namespace: AWS/Lambda
        - namespace: AWS/Events
        - namespace: AWS/AppSync
        - namespace: AWS/ApiGateway
        - namespace: AWS/RDS

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