Skip to content

Commit

Permalink
rename sqs file name (#26227) (#26269)
Browse files Browse the repository at this point in the history
(cherry picked from commit 30b9c8f)
  • Loading branch information
kaiyan-sheng authored Jun 13, 2021
1 parent e73b271 commit 697e3c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/metricbeat/module/aws/cloudwatch/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
awssdk "github.com/aws/aws-sdk-go-v2/aws"

"github.com/elastic/beats/v7/metricbeat/mb"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/ec2"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/rds"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/sqs"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/ec2"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/rds"
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/sqs"
)

// AWS namespaces
Expand Down

0 comments on commit 697e3c1

Please sign in to comment.