Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metricbeat] Cloudwatch metricset does not collect S3 tags correctly #17419

Closed
kaiyan-sheng opened this issue Apr 1, 2020 · 1 comment · Fixed by #17424
Closed

[Metricbeat] Cloudwatch metricset does not collect S3 tags correctly #17419

kaiyan-sheng opened this issue Apr 1, 2020 · 1 comment · Fixed by #17424
Assignees
Labels
bug Metricbeat Metricbeat Team:Platforms Label for the Integrations - Platforms team

Comments

@kaiyan-sheng
Copy link
Contributor

  1. Make sure the AWS account you use for testing has S3 buckets(with tags).
  2. Enable Metricbeat aws module: ./metricbeat modules enable aws
  3. Change modules.d/aws.yml to:
- module: aws
  period: 86400s
  metricsets:
    - cloudwatch
  metrics:
    - namespace: AWS/S3
      tags.resource_type_filter: s3
  1. Start Metricbeat ./metricbeat -e
  2. You should see events in Kibana but no aws.tags.* field.
@kaiyan-sheng kaiyan-sheng self-assigned this Apr 1, 2020
@kaiyan-sheng kaiyan-sheng added bug Metricbeat Metricbeat Team:Platforms Label for the Integrations - Platforms team labels Apr 1, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-platforms (Team:Platforms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Metricbeat Metricbeat Team:Platforms Label for the Integrations - Platforms team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants