From 922e3a85a5a1538cd20fb23ec6bd344667c97e55 Mon Sep 17 00:00:00 2001 From: kaiyan-sheng Date: Mon, 25 Sep 2023 09:32:53 -0600 Subject: [PATCH] [aws] Change include_linked_accounts default to true (#7856) --- packages/aws/changelog.yml | 5 +++++ packages/aws/data_stream/apigateway_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/billing/manifest.yml | 4 ++-- packages/aws/data_stream/cloudwatch_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/dynamodb/manifest.yml | 4 ++-- packages/aws/data_stream/ebs/manifest.yml | 4 ++-- packages/aws/data_stream/ec2_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/ecs_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/elb_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/emr_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/firewall_metrics/manifest.yml | 4 ++-- packages/aws/data_stream/kinesis/manifest.yml | 4 ++-- packages/aws/data_stream/lambda/manifest.yml | 4 ++-- packages/aws/data_stream/natgateway/manifest.yml | 4 ++-- packages/aws/data_stream/rds/manifest.yml | 4 ++-- packages/aws/data_stream/redshift/manifest.yml | 4 ++-- packages/aws/data_stream/s3_daily_storage/manifest.yml | 4 ++-- packages/aws/data_stream/s3_request/manifest.yml | 4 ++-- packages/aws/data_stream/s3_storage_lens/manifest.yml | 4 ++-- packages/aws/data_stream/sns/manifest.yml | 4 ++-- packages/aws/data_stream/sqs/manifest.yml | 4 ++-- packages/aws/data_stream/transitgateway/manifest.yml | 4 ++-- packages/aws/data_stream/usage/manifest.yml | 4 ++-- packages/aws/data_stream/vpn/manifest.yml | 4 ++-- packages/aws/manifest.yml | 2 +- 25 files changed, 52 insertions(+), 47 deletions(-) diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 4127f05d915..93ad2d53de4 100644 --- a/packages/aws/changelog.yml +++ b/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. diff --git a/packages/aws/data_stream/apigateway_metrics/manifest.yml b/packages/aws/data_stream/apigateway_metrics/manifest.yml index 73dda6a92ba..9fad056decc 100644 --- a/packages/aws/data_stream/apigateway_metrics/manifest.yml +++ b/packages/aws/data_stream/apigateway_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/billing/manifest.yml b/packages/aws/data_stream/billing/manifest.yml index 0dd00eb98f8..f63ab40987c 100644 --- a/packages/aws/data_stream/billing/manifest.yml +++ b/packages/aws/data_stream/billing/manifest.yml @@ -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. diff --git a/packages/aws/data_stream/cloudwatch_metrics/manifest.yml b/packages/aws/data_stream/cloudwatch_metrics/manifest.yml index a18e5da0e77..86617dd8455 100644 --- a/packages/aws/data_stream/cloudwatch_metrics/manifest.yml +++ b/packages/aws/data_stream/cloudwatch_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/dynamodb/manifest.yml b/packages/aws/data_stream/dynamodb/manifest.yml index 4d1bde87bcc..1b5a622d8f5 100644 --- a/packages/aws/data_stream/dynamodb/manifest.yml +++ b/packages/aws/data_stream/dynamodb/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/ebs/manifest.yml b/packages/aws/data_stream/ebs/manifest.yml index 603a3297f1d..ddc6369b0f6 100644 --- a/packages/aws/data_stream/ebs/manifest.yml +++ b/packages/aws/data_stream/ebs/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/ec2_metrics/manifest.yml b/packages/aws/data_stream/ec2_metrics/manifest.yml index c3e00bc017e..59ceddadaf0 100644 --- a/packages/aws/data_stream/ec2_metrics/manifest.yml +++ b/packages/aws/data_stream/ec2_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/ecs_metrics/manifest.yml b/packages/aws/data_stream/ecs_metrics/manifest.yml index 0802177748b..73306c0da3e 100644 --- a/packages/aws/data_stream/ecs_metrics/manifest.yml +++ b/packages/aws/data_stream/ecs_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/elb_metrics/manifest.yml b/packages/aws/data_stream/elb_metrics/manifest.yml index 1ac03889991..5b1c38bb754 100644 --- a/packages/aws/data_stream/elb_metrics/manifest.yml +++ b/packages/aws/data_stream/elb_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/emr_metrics/manifest.yml b/packages/aws/data_stream/emr_metrics/manifest.yml index d46f18d08cb..c16c0819354 100644 --- a/packages/aws/data_stream/emr_metrics/manifest.yml +++ b/packages/aws/data_stream/emr_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/firewall_metrics/manifest.yml b/packages/aws/data_stream/firewall_metrics/manifest.yml index 332e1e1173c..417522f087a 100644 --- a/packages/aws/data_stream/firewall_metrics/manifest.yml +++ b/packages/aws/data_stream/firewall_metrics/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/kinesis/manifest.yml b/packages/aws/data_stream/kinesis/manifest.yml index 309c5402419..82ea4ed8502 100644 --- a/packages/aws/data_stream/kinesis/manifest.yml +++ b/packages/aws/data_stream/kinesis/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/lambda/manifest.yml b/packages/aws/data_stream/lambda/manifest.yml index 13fcf1f0da3..ea3d754b140 100644 --- a/packages/aws/data_stream/lambda/manifest.yml +++ b/packages/aws/data_stream/lambda/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/natgateway/manifest.yml b/packages/aws/data_stream/natgateway/manifest.yml index 7623188a63a..f321ee4f903 100644 --- a/packages/aws/data_stream/natgateway/manifest.yml +++ b/packages/aws/data_stream/natgateway/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/rds/manifest.yml b/packages/aws/data_stream/rds/manifest.yml index cb2f566c76a..a52723fe299 100644 --- a/packages/aws/data_stream/rds/manifest.yml +++ b/packages/aws/data_stream/rds/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/redshift/manifest.yml b/packages/aws/data_stream/redshift/manifest.yml index a645b610715..64ba5350ca2 100644 --- a/packages/aws/data_stream/redshift/manifest.yml +++ b/packages/aws/data_stream/redshift/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/s3_daily_storage/manifest.yml b/packages/aws/data_stream/s3_daily_storage/manifest.yml index 028b41325cf..194bd377e6c 100644 --- a/packages/aws/data_stream/s3_daily_storage/manifest.yml +++ b/packages/aws/data_stream/s3_daily_storage/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/s3_request/manifest.yml b/packages/aws/data_stream/s3_request/manifest.yml index 3c8def48812..ebdfb0ab649 100644 --- a/packages/aws/data_stream/s3_request/manifest.yml +++ b/packages/aws/data_stream/s3_request/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/s3_storage_lens/manifest.yml b/packages/aws/data_stream/s3_storage_lens/manifest.yml index 08d2b538b6e..20b3a423dda 100644 --- a/packages/aws/data_stream/s3_storage_lens/manifest.yml +++ b/packages/aws/data_stream/s3_storage_lens/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/sns/manifest.yml b/packages/aws/data_stream/sns/manifest.yml index ff95083d52a..361557a3625 100644 --- a/packages/aws/data_stream/sns/manifest.yml +++ b/packages/aws/data_stream/sns/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/sqs/manifest.yml b/packages/aws/data_stream/sqs/manifest.yml index e44f25fe95a..bdb5aa8f9b2 100644 --- a/packages/aws/data_stream/sqs/manifest.yml +++ b/packages/aws/data_stream/sqs/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/transitgateway/manifest.yml b/packages/aws/data_stream/transitgateway/manifest.yml index 1a8aadec1b5..ff51121e944 100644 --- a/packages/aws/data_stream/transitgateway/manifest.yml +++ b/packages/aws/data_stream/transitgateway/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/usage/manifest.yml b/packages/aws/data_stream/usage/manifest.yml index 963e3e6d92a..f7928fdc75f 100644 --- a/packages/aws/data_stream/usage/manifest.yml +++ b/packages/aws/data_stream/usage/manifest.yml @@ -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 diff --git a/packages/aws/data_stream/vpn/manifest.yml b/packages/aws/data_stream/vpn/manifest.yml index 1466c2c6947..05eb6486c9c 100644 --- a/packages/aws/data_stream/vpn/manifest.yml +++ b/packages/aws/data_stream/vpn/manifest.yml @@ -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 diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index 9a308134d08..8fd03d2285d 100644 --- a/packages/aws/manifest.yml +++ b/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