Skip to content

Commit 36e30f4

Browse files
committed
rename sqs file name (#26227)
(cherry picked from commit 30b9c8f)
1 parent e73b271 commit 36e30f4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

x-pack/metricbeat/module/aws/cloudwatch/metadata.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
awssdk "github.com/aws/aws-sdk-go-v2/aws"
99

1010
"github.com/elastic/beats/v7/metricbeat/mb"
11-
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/ec2"
12-
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/rds"
13-
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/sqs"
11+
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/ec2"
12+
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/rds"
13+
"github.com/elastic/beats/v7/x-pack/metricbeat/module/aws/cloudwatch/metadata/sqs"
1414
)
1515

1616
// AWS namespaces

0 commit comments

Comments
 (0)