Skip to content

[AWS Health] Remove linked accounts option from config #14573

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
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: "3.13.2"
changes:
- description: Remove Include Linked Accounts config option from AWS Health.
type: bugfix
link: https://github.com/elastic/integrations/pull/14573
- version: "3.13.1"
changes:
- description: Avoid updating fleet health status to degraded when Guardduty has no findings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ proxy_url: {{proxy_url}}
processors:
{{processors}}
{{/if}}
{{#if include_linked_accounts}}
include_linked_accounts: {{include_linked_accounts}}
{{#if owning_account}}
owning_account: "{{owning_account}}"
{{/if}}
{{/if}}
8 changes: 0 additions & 8 deletions packages/aws/data_stream/awshealth/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ streams:
default: |
# - key: "created-by"
# value: "foo"
- name: include_linked_accounts
type: bool
title: Include Linked Accounts
multi: false
required: false
show_user: 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: owning_account
type: integer
title: Owning Account
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: 3.3.2
name: aws
title: AWS
version: 3.13.1
version: 3.13.2
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down