Skip to content
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

[aws] Change include_linked_accounts default to true #7856

Merged
merged 2 commits into from Sep 25, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.0"
changes:
- description: Change include_linked_accounts default to true
type: enhancement
link: https://github.com/elastic/integrations/pull/7856
- version: "2.2.1"
changes:
- description: Fix GuardDuty API call parameter.
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/apigateway_metrics/manifest.yml
Expand Up @@ -37,8 +37,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: tags_filter
type: yaml
title: Tags Filter
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/billing/manifest.yml
Expand Up @@ -47,7 +47,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS Billing Metrics
description: Collect billing metrics from Amazon Web Services with Elastic Agent.
4 changes: 2 additions & 2 deletions packages/aws/data_stream/cloudwatch_metrics/manifest.yml
Expand Up @@ -25,8 +25,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: regions
type: text
title: Regions
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/dynamodb/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS DynamoDB metrics
description: Collect AWS DynamoDB metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/ebs/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS EBS metrics
description: Collect AWS EBS metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/ec2_metrics/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS EC2 metrics
description: Collect AWS EC2 metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/ecs_metrics/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS ECS metrics
description: Collect AWS ECS metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/elb_metrics/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS ELB metrics
description: Collect AWS ELB metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/emr_metrics/manifest.yml
Expand Up @@ -38,8 +38,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: tags_filter
type: yaml
title: Tags Filter
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/firewall_metrics/manifest.yml
Expand Up @@ -37,8 +37,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: metrics
type: yaml
title: Metrics
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/kinesis/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS Kinesis Data Stream metrics
description: Collect AWS Kinesis Data Stream metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/lambda/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS Lambda metrics
description: Collect AWS Lambda metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/natgateway/manifest.yml
Expand Up @@ -37,8 +37,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: tags_filter
type: yaml
title: Tags Filter
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/rds/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS RDS metrics
description: Collect AWS RDS metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/redshift/manifest.yml
Expand Up @@ -37,8 +37,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: tags_filter
type: yaml
title: Tags Filter
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/s3_daily_storage/manifest.yml
Expand Up @@ -37,7 +37,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS S3 daily storage metrics
description: Collect AWS S3 daily storage metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/s3_request/manifest.yml
Expand Up @@ -37,7 +37,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS S3 request metrics
description: Collect AWS S3 request metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/s3_storage_lens/manifest.yml
Expand Up @@ -37,7 +37,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS S3 Storage Lens metrics
description: Collect AWS S3 Storage Lens metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/sns/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS SNS metrics
description: Collect AWS SNS metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/sqs/manifest.yml
Expand Up @@ -37,7 +37,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS SQS metrics
description: Collect AWS SQS metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/transitgateway/manifest.yml
Expand Up @@ -37,8 +37,8 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
- name: tags_filter
type: yaml
title: Tags Filter
Expand Down
4 changes: 2 additions & 2 deletions packages/aws/data_stream/usage/manifest.yml
Expand Up @@ -37,7 +37,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS usage metrics
description: Collect AWS usage metrics
4 changes: 2 additions & 2 deletions packages/aws/data_stream/vpn/manifest.yml
Expand Up @@ -46,7 +46,7 @@ streams:
multi: false
required: false
show_user: false
default: false
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is false.
default: true
description: When include_linked_accounts is set to true, CloudWatch metrics will be collected from both linked accounts and the monitoring account. Default is true.
title: AWS VPN metrics
description: Collect AWS VPN metrics
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 2.2.1
version: 2.3.0
license: basic
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
Expand Down