diff --git a/go.mod b/go.mod index 57c96fbe98..fbb39d633e 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/elastic/go-licenser v0.4.2 github.com/elastic/go-resource v0.2.0 github.com/elastic/go-ucfg v0.8.8 - github.com/elastic/package-spec/v3 v3.4.0 + github.com/elastic/package-spec/v3 v3.4.1 github.com/fatih/color v1.18.0 github.com/go-viper/mapstructure/v2 v2.4.0 github.com/google/go-cmp v0.7.0 diff --git a/go.sum b/go.sum index 591b1648da..76102b6cf5 100644 --- a/go.sum +++ b/go.sum @@ -115,8 +115,8 @@ github.com/elastic/gojsonschema v1.2.1 h1:cUMbgsz0wyEB4x7xf3zUEvUVDl6WCz2RKcQPul github.com/elastic/gojsonschema v1.2.1/go.mod h1:biw5eBS2Z4T02wjATMRSfecfjCmwaDPvuaqf844gLrg= github.com/elastic/kbncontent v0.1.4 h1:GoUkJkqkn2H6iJTnOHcxEqYVVYyjvcebLQVaSR1aSvU= github.com/elastic/kbncontent v0.1.4/go.mod h1:kOPREITK9gSJsiw/WKe7QWSO+PRiZMyEFQCw+CMLAHI= -github.com/elastic/package-spec/v3 v3.4.0 h1:smilq7r7TNiyXSI9vJs2mqTv9+gGUCrfEmITOYwAdDA= -github.com/elastic/package-spec/v3 v3.4.0/go.mod h1:utJSiN5B7Mr6cxOJoQ3FXUh4YcZqKd26dD/tZ21p8w8= +github.com/elastic/package-spec/v3 v3.4.1 h1:ktWBeC3/6TNuFkueZG579iRDFU5xrGzxNKQJuiJ2R9c= +github.com/elastic/package-spec/v3 v3.4.1/go.mod h1:9ZdoKYGO3urnMb+eg5hn2I1ypMBaosgSE06OAXB8Gxs= github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g= github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= diff --git a/test/packages/parallel/aws/manifest.yml b/test/packages/parallel/aws/manifest.yml index 1455d1eae8..66a6f1d1c1 100644 --- a/test/packages/parallel/aws/manifest.yml +++ b/test/packages/parallel/aws/manifest.yml @@ -103,10 +103,20 @@ policy_templates: description: Collect logs and metrics from Amazon Elastic Load Balancing service with Elastic Agent data_streams: - elb_logs + inputs: + - type: aws/metrics + title: Collect ELB metrics + description: Collecting ELB metrics using AWS CloudWatch + input_group: metrics - name: sns title: AWS SNS Metrics description: Collect metrics from Amazon Simple Notification Service with Elastic Agent data_streams: - sns + inputs: + - type: aws/metrics + title: Collect SNS metrics + description: Collect SNS metrics using AWS CloudWatch + input_group: metrics owner: github: elastic/integrations