Skip to content
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
14 changes: 14 additions & 0 deletions packages/aws/_dev/build/docs/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ Before using any AWS integration you will need:

For more details about these requirements, refer to the [AWS integration documentation](https://docs.elastic.co/integrations/aws#requirements).

## How do I deploy this integration?

### Agent-based deployment

Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](https://www.elastic.co/docs/reference/fleet/install-elastic-agents). You can install only one Elastic Agent per host.

Elastic Agent is required to collect data from AWS and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines.

### Agentless deployment

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)

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.

## Setup

Use this integration if you only need to collect data from the Amazon Redshift.
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: "6.18.0"
changes:
- description: Enable agentless deployment for the Amazon Redshift policy template.
type: enhancement
link: https://github.com/elastic/integrations/pull/19191
- version: "6.17.1"
changes:
- description: Fix Security Hub findings collection by restoring a stable UpdatedAt end bound.
Expand Down
14 changes: 14 additions & 0 deletions packages/aws/docs/redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ Before using any AWS integration you will need:

For more details about these requirements, refer to the [AWS integration documentation](https://docs.elastic.co/integrations/aws#requirements).

## How do I deploy this integration?

### Agent-based deployment

Elastic Agent must be installed. For more details, check the Elastic Agent [installation instructions](https://www.elastic.co/docs/reference/fleet/install-elastic-agents). You can install only one Elastic Agent per host.

Elastic Agent is required to collect data from AWS and ship the data to Elastic, where the events will then be processed via the integration's ingest pipelines.

### Agentless deployment

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)

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.

## Setup

Use this integration if you only need to collect data from the Amazon Redshift.
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.4.0
name: aws
title: AWS
version: 6.17.1
version: 6.18.0
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -810,6 +810,14 @@ policy_templates:
title: Collect Amazon Redshift metrics
description: Collect Amazon Redshift metrics using AWS CloudWatch
input_group: metrics
deployment_modes:
default:
enabled: true
agentless:
enabled: true
organization: observability
division: engineering
team: obs-infraobs-integrations
icons:
- src: /img/logo_redshift.svg
title: Amazon Redshift logo
Expand Down
Loading