Skip to content

Chore(deps): bump github.com/elastic/package-spec/v3 from 3.4.0 to 3.4.1 #2738

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
10 changes: 10 additions & 0 deletions test/packages/parallel/aws/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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