Skip to content

Commit

Permalink
Change cloudwatch metrics and logs default to false (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyan-sheng committed Jan 19, 2022
1 parent b459efb commit c1ae4d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.10.2"
changes:
- description: Change cloudwatch metrics and logs default to false
type: enhancement
link: https://github.com/elastic/integrations/pull/2536
- version: "1.10.1"
changes:
- description: Add description of supported vpcflow formats
Expand Down
1 change: 1 addition & 0 deletions packages/aws/data_stream/cloudwatch_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ streams:
required: false
show_user: false
- input: aws-cloudwatch
enabled: false
template_path: aws-cloudwatch.yml.hbs
title: AWS CloudWatch logs via CloudWatch
description: Collect AWS CloudWatch logs using cloudwatch input.
Expand Down
1 change: 1 addition & 0 deletions packages/aws/data_stream/cloudwatch_metrics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ title: AWS CloudWatch metrics
type: metrics
streams:
- input: aws/metrics
enabled: false
vars:
- name: period
type: text
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.10.1
version: 1.10.2
license: basic
description: Collect logs and metrics from Amazon Web Services with Elastic Agent.
type: integration
Expand Down

0 comments on commit c1ae4d6

Please sign in to comment.