Skip to content

Commit

Permalink
[INTPLAT-552] DDS: Forcepoint Security Service Edge: Crawler Integrat…
Browse files Browse the repository at this point in the history
…ion Without Assets (#19345)

* Add: Forcepoint Security Service Edge Skeleton

* Update: CODEOWNERS file

* Forcepoint SSE: moved forcepoint sse integration from codeowners file to assets branch.

* Add: CODEOWNERS

---------

Co-authored-by: madhavpandya-crest <madhav.pandya@crestdata.ai>
  • Loading branch information
manan-crest and madhavpandya-crest authored Feb 13, 2025
1 parent ea7bcce commit 7570f2f
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ plaid/assets/logs/ @DataDog/saa
/zero_networks/manifest.json @DataDog/saas-integrations @DataDog/documentation
/zero_networks/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core

/forcepoint_security_service_edge/ @DataDog/saas-integrations
/forcepoint_security_service_edge/*.md @DataDog/saas-integrations @DataDog/documentation
/forcepoint_security_service_edge/manifest.json @DataDog/saas-integrations @DataDog/documentation
/forcepoint_security_service_edge/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend

# To keep Security up-to-date with changes to the signing tool.
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
# As well as the secure downloader.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ integration/fly_io:
- fly_io/**/*
integration/forcepoint_secure_web_gateway:
- forcepoint_secure_web_gateway/**/*
integration/forcepoint_security_service_edge:
- forcepoint_security_service_edge/**/*
integration/foundationdb:
- foundationdb/**/*
integration/freshservice:
Expand Down
7 changes: 7 additions & 0 deletions forcepoint_security_service_edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Forcepoint Security Service Edge

## 1.0.0 / 2025-01-01

***Added***:

* Initial Release
43 changes: 43 additions & 0 deletions forcepoint_security_service_edge/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Agent Check: Forcepoint Security Service Edge

## Overview

This check monitors [Forcepoint Security Service Edge][1].

## Setup

### Installation

The Forcepoint Security Service Edge check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

!!! Add list of steps to set up this integration !!!

### Validation

!!! Add steps to validate integration is functioning as expected !!!

## Data Collected

### Metrics

Forcepoint Security Service Edge does not include any metrics.

### Service Checks

Forcepoint Security Service Edge does not include any service checks.

### Events

Forcepoint Security Service Edge does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][3].

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
40 changes: 40 additions & 0 deletions forcepoint_security_service_edge/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"manifest_version": "2.0.0",
"app_uuid": "2a8fcdbf-9f07-4729-9f65-b4b60794e6b8",
"app_id": "forcepoint-security-service-edge",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Gain insights into Forcepoint Security Service Edge logs",
"title": "Forcepoint Security Service Edge",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Submitted Data Type::Logs",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 35705978,
"source_type_name": "Forcepoint Security Service Edge",
"events": {
"creates_events": false
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
}
}

0 comments on commit 7570f2f

Please sign in to comment.