Skip to content

Commit

Permalink
move under metadata directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Jun 10, 2021
1 parent 112aae7 commit c5fbe10
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 c5fbe10

Please sign in to comment.