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/changelog.yml b/packages/aws/changelog.yml index 90085fdffe0..3bfd4a86497 100644 --- a/packages/aws/changelog.yml +++ b/packages/aws/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "6.8.0" + changes: + - description: Enable agentless deployment for AWS SQS metrics. + type: enhancement + link: https://github.com/elastic/integrations/pull/18366 - version: "6.7.0" changes: - description: Enable agentless deployment for AWS ELB metrics. 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. diff --git a/packages/aws/manifest.yml b/packages/aws/manifest.yml index 6c5ec5ee90a..20f1916ebe1 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.7.0 +version: 6.8.0 description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent. type: integration categories: @@ -589,6 +589,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