diff --git a/packages/aws/_dev/build/docs/securityhub.md b/packages/aws/_dev/build/docs/securityhub.md index fd574dafa83..9e2f15fb14e 100644 --- a/packages/aws/_dev/build/docs/securityhub.md +++ b/packages/aws/_dev/build/docs/securityhub.md @@ -4,6 +4,11 @@ The [AWS Security Hub](https://docs.aws.amazon.com/securityhub/) integration col **IMPORTANT: Extra AWS charges on API requests will be generated by this integration. Check [API Requests](https://www.elastic.co/docs/current/integrations/aws#api-requests) for more details.** +## Agentless Enabled Integration + +Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. + ## Compatibility 1. The minimum compatible version of this module is `Elastic Agent 8.4.0`. diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 9c220375433..023cc471c43 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "3.2.0" + changes: + - description: Add agentless deployment for AWS Security Hub. + type: enhancement + link: https://github.com/elastic/integrations/pull/13367 - version: "3.1.0" changes: - description: Enhancements for Guardduty dashboards. diff --git a/packages/aws/docs/securityhub.md b/packages/aws/docs/securityhub.md index c00e3c2b73b..5960123a6c7 100644 --- a/packages/aws/docs/securityhub.md +++ b/packages/aws/docs/securityhub.md @@ -4,6 +4,11 @@ The [AWS Security Hub](https://docs.aws.amazon.com/securityhub/) integration col **IMPORTANT: Extra AWS charges on API requests will be generated by this integration. Check [API Requests](https://www.elastic.co/docs/current/integrations/aws#api-requests) for more details.** +## Agentless Enabled Integration + +Agentless integrations allow you to collect data without having to manage Elastic Agent in your cloud. They make manual agent deployment unnecessary, so you can focus on your data instead of the agent that collects it. For more information, refer to [Agentless integrations](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) and the [Agentless integrations FAQ](https://www.elastic.co/guide/en/serverless/current/agentless-integration-troubleshooting.html). +Agentless deployments are only supported in Elastic Serverless and Elastic Cloud environments. This functionality is in beta and is subject to change. Beta features are not subject to the support SLA of official GA features. + ## Compatibility 1. The minimum compatible version of this module is `Elastic Agent 8.4.0`. diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index b177b59608f..cb4b0e13879 100644 --- a/packages/aws/manifest.yml +++ b/packages/aws/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.3.1 name: aws title: AWS -version: 3.1.0 +version: 3.2.0 description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration categories: @@ -716,6 +716,14 @@ policy_templates: - name: securityhub title: AWS Security Hub description: Collect AWS Security Hub Logs with Elastic Agent. + deployment_modes: + default: + enabled: true + agentless: + enabled: true + organization: security + division: engineering + team: security-service-integrations data_streams: - securityhub_findings - securityhub_findings_full_posture