Skip to content

Commit 320fbbe

Browse files
digital_guardian: add agentless deployment
1 parent 56ba06e commit 320fbbe

4 files changed

Lines changed: 25 additions & 2 deletions

File tree

packages/digital_guardian/_dev/build/docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This integration is for ingesting events and alerts from [Fortra's Digital Guard
44

55
The integration allows collection of events and alerts from [Digital Guardian Analytics & Reporting Cloud (ARC)](https://www.digitalguardian.com/blog/new-dawn-dlp-digital-guardian-releases-its-analytics-reporting-cloud-arc) via the REST API.
66

7+
## Agentless Enabled Integration
8+
9+
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).
10+
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.
11+
712
## Data streams
813

914
The Digital Guardian integration collects events to populate the following data stream:

packages/digital_guardian/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.9.0"
3+
changes:
4+
- description: Enable Agentless deployment.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/18234
27
- version: "1.8.0"
38
changes:
49
- description: Enable request trace log removal.

packages/digital_guardian/docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ This integration is for ingesting events and alerts from [Fortra's Digital Guard
44

55
The integration allows collection of events and alerts from [Digital Guardian Analytics & Reporting Cloud (ARC)](https://www.digitalguardian.com/blog/new-dawn-dlp-digital-guardian-releases-its-analytics-reporting-cloud-arc) via the REST API.
66

7+
## Agentless Enabled Integration
8+
9+
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).
10+
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.
11+
712
## Data streams
813

914
The Digital Guardian integration collects events to populate the following data stream:

packages/digital_guardian/manifest.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.4.0"
22
name: digital_guardian
33
title: Digital Guardian
4-
version: "1.8.0"
4+
version: "1.9.0"
55
description: Collect logs from Digital Guardian with Elastic Agent.
66
type: integration
77
categories:
@@ -11,7 +11,7 @@ source:
1111
license: "Elastic-2.0"
1212
conditions:
1313
kibana:
14-
version: "^8.16.0 || ^9.0.0"
14+
version: "^8.19.16 || ~9.3.5 || ^9.4.1"
1515
elastic:
1616
subscription: "basic"
1717
screenshots:
@@ -28,6 +28,14 @@ policy_templates:
2828
- name: digital_guardian
2929
title: Digital Guardian logs
3030
description: Collect Digital Guardian logs.
31+
deployment_modes:
32+
default:
33+
enabled: true
34+
agentless:
35+
enabled: true
36+
organization: security
37+
division: engineering
38+
team: security-service-integrations
3139
inputs:
3240
- type: cel
3341
title: Collect Digital Guardian logs via API

0 commit comments

Comments
 (0)