Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/aws/_dev/build/docs/securityhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
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.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.
Expand Down
5 changes: 5 additions & 0 deletions packages/aws/docs/securityhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
10 changes: 9 additions & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down