From c276b2325cba0160285f6aa221bbdcebdf2be9fa Mon Sep 17 00:00:00 2001 From: jakubgalecki0 Date: Mon, 13 Apr 2026 12:02:51 +0200 Subject: [PATCH 1/3] [aws_sqs] enable agentless deployment for aws sqs metrics --- packages/aws/changelog.yml | 5 +++++ packages/aws/manifest.yml | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index 57c7de18756..7bee5731177 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "6.4.4" + changes: + - description: Enable agentless deployment for AWS SQS metrics. + type: enhancement + link: https://github.com/elastic/integrations/pull/18365 - version: "6.4.3" changes: - description: Align `event.kind` with ECS in `securityhub_findings_full_posture` data stream to avoid conflicts with ingest pipeline values. diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index 62eeb914a6a..ba21643cd7f 100644 --- a/packages/aws/manifest.yml +++ b/packages/aws/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.4.0 name: aws title: AWS -version: 6.4.3 +version: 6.4.4 description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration categories: @@ -573,6 +573,14 @@ policy_templates: title: Collect SQS metrics description: Collect SQS 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_sqs.svg title: AWS SQS logo From 09a9c103b41a2723765a3aab9d292a29b7f42acd Mon Sep 17 00:00:00 2001 From: jakubgalecki0 Date: Thu, 16 Apr 2026 12:40:02 +0200 Subject: [PATCH 2/3] update readme --- packages/aws/_dev/build/docs/sqs.md | 14 ++++++++++++++ packages/aws/docs/sqs.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/packages/aws/_dev/build/docs/sqs.md b/packages/aws/_dev/build/docs/sqs.md index da7df9fb70f..c6ac505121f 100644 --- a/packages/aws/_dev/build/docs/sqs.md +++ b/packages/aws/_dev/build/docs/sqs.md @@ -26,6 +26,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 AWS SQS service. diff --git a/packages/aws/docs/sqs.md b/packages/aws/docs/sqs.md index 4e6ba79d478..14444ebc1d7 100644 --- a/packages/aws/docs/sqs.md +++ b/packages/aws/docs/sqs.md @@ -26,6 +26,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 AWS SQS service. From a15ba3913b8a306ab6289fc821a5edf711fbdf05 Mon Sep 17 00:00:00 2001 From: jakubgalecki0 Date: Thu, 16 Apr 2026 16:14:14 +0200 Subject: [PATCH 3/3] update pr link --- packages/aws/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws/changelog.yml b/packages/aws/changelog.yml index afc49883199..708d5a8ad2c 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -3,7 +3,7 @@ changes: - description: Enable agentless deployment for AWS SQS metrics. type: enhancement - link: https://github.com/elastic/integrations/pull/18365 + link: https://github.com/elastic/integrations/pull/18366 - version: "6.5.0" changes: - description: Add timestamp range filter and storage tier exclusion to latest transform source queries to reduce scan scope and improve performance.