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
6 changes: 6 additions & 0 deletions packages/sublime_security/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions packages/sublime_security/changelog.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 6 additions & 0 deletions packages/sublime_security/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 11 additions & 3 deletions packages/sublime_security/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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:
- security
- email_security
conditions:
kibana:
version: "^8.16.5 || ^9.0.0"
version: "^8.18.0 || ^9.0.0"
elastic:
subscription: basic
screenshots:
Expand Down Expand Up @@ -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
Expand Down