diff --git a/packages/sublime_security/_dev/build/docs/README.md b/packages/sublime_security/_dev/build/docs/README.md index 2c32a95cf56..3933ae959e8 100644 --- a/packages/sublime_security/_dev/build/docs/README.md +++ b/packages/sublime_security/_dev/build/docs/README.md @@ -22,6 +22,12 @@ The Sublime Security integration collects three types of logs: Elastic Agent must be installed. For more details and installation instructions, please refer to the [Elastic Agent Installation Guide](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html). +## 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. + ### Installing and managing an Elastic Agent: There are several options for installing and managing Elastic Agent: diff --git a/packages/sublime_security/changelog.yml b/packages/sublime_security/changelog.yml index d05bdabc4f9..20603cf1f38 100644 --- a/packages/sublime_security/changelog.yml +++ b/packages/sublime_security/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.9.0" + changes: + - description: Add agentless deployment. + type: enhancement + link: https://github.com/elastic/integrations/pull/13963 - version: "1.8.2" changes: - description: Fix default request trace enabled behavior. diff --git a/packages/sublime_security/docs/README.md b/packages/sublime_security/docs/README.md index 7c1a7487030..7af2ef6a02a 100644 --- a/packages/sublime_security/docs/README.md +++ b/packages/sublime_security/docs/README.md @@ -22,6 +22,12 @@ The Sublime Security integration collects three types of logs: Elastic Agent must be installed. For more details and installation instructions, please refer to the [Elastic Agent Installation Guide](https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html). +## 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. + ### Installing and managing an Elastic Agent: There are several options for installing and managing Elastic Agent: diff --git a/packages/sublime_security/manifest.yml b/packages/sublime_security/manifest.yml index d6a27af70fa..d8751050613 100644 --- a/packages/sublime_security/manifest.yml +++ b/packages/sublime_security/manifest.yml @@ -1,7 +1,7 @@ -format_version: 3.2.1 +format_version: 3.2.3 name: sublime_security title: Sublime Security -version: "1.8.2" +version: "1.9.0" description: Collect logs from Sublime Security with Elastic Agent. type: integration categories: @@ -9,7 +9,7 @@ categories: - email_security conditions: kibana: - version: "^8.16.5 || ^9.0.0" + version: "^8.18.0 || ^9.0.0" elastic: subscription: basic screenshots: @@ -39,6 +39,14 @@ policy_templates: - name: sublime_security title: Sublime Security logs description: Collect Sublime Security logs. + deployment_modes: + default: + enabled: true + agentless: + enabled: true + organization: security + division: engineering + team: security-service-integrations inputs: - type: cel title: Collect Sublime Security logs via API