Skip to content

Commit 2d4f782

Browse files
manan-crestshubhamvekariya-crestWyrine
authored
[IDP-42] DDS: Forcepoint Security Service Edge: Crawler Integration v1.0.0 (#19360)
* Add: Forcepoint Security Service Edge Skeleton * Update: CODEOWNERS file * Add: Forcepoint Security Service Edge Assets * Update: minor changes and refactoring in pipeline and dashboards * Update: results in logs file * Update: pipeline with additional grok parser to convert fields to list * Update: test results for pipeline * Update: minor change in cloud logs dashboard * Add: codeowners for forcepoint security service edge integration * Remove: CODEOWNERS from assets PR * Update: CODEOWNER * Update: address review comments in README * Update: address review comment * Update: address review comment * Revert: review comment changes in pipeline * Update: remove data from syslog header grok parser --------- Co-authored-by: shubhamvekariya-crest <157569826+shubhamvekariya-crest@users.noreply.github.com> Co-authored-by: Kirolos Shahat <kashahat@gmail.com>
1 parent 4c62cd2 commit 2d4f782

15 files changed

+9627
-25
lines changed
Lines changed: 53 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,75 @@
1-
# Agent Check: Forcepoint Security Service Edge
2-
31
## Overview
42

5-
This check monitors [Forcepoint Security Service Edge][1].
3+
[Forcepoint Security Service Edge][1] simplifies security at the edge by delivering safe access and data protection. Security Service Edge (SSE) eliminates gaps in coverage by unifying policy configuration, enforcement and reporting under a single platform.
4+
5+
6+
This integration ingests the following logs:
7+
8+
- **Cloud Logs (CloudSummary, CloudAudit)**: Logs related to the current status of files in cloud applications and scan results for each file in the account.
9+
- **Access Logs**: Logs related to various application activities.
10+
- **Admin Logs**: Admin events performed within the admin portal.
11+
- **Health Logs (HealthProxy, HealthApi, HealthSystem)**: Logs related to system, API, and proxy health.
12+
13+
14+
Forcepoint Security Service Edge integration gathers these logs and forwards them to Datadog for seamless analysis. Datadog leverages its built-in log pipelines to parse and enrich these logs, facilitating easy search and detailed insights. With preconfigured out-of-the-box dashboards, the integration offers clear visibility into activities within the Forcepoint Security Service Edge platform. Additionally, it includes ready-to-use Cloud SIEM detection rules for enhanced monitoring and security.
15+
616

717
## Setup
818

9-
### Installation
19+
### Generate OAuth Token in Forcepoint Security Service Edge:
20+
1. Login to the Forcepoint ONE Security Service Edge Platform.
21+
2. Navigate to **SETTINGS > API Interface > OAuth**.
22+
3. On the open **REST API OAuth Configuration** page, add and configure different levels of API permissions.
23+
4. Click the **green** plus icons to add a new configuration.
24+
5. On the **Edit Application** dialog, fill out the information as follows:
25+
26+
a. **Name**: Name for the new application configuration
27+
28+
b. **Permissions**: Select **Access your Forcepoint logs (logs api)** option.
1029

11-
The Forcepoint Security Service Edge check is included in the [Datadog Agent][2] package.
12-
No additional installation is needed on your server.
30+
c. **Permitted User Group**: Default is **All**. Select based on your requirements.
1331

14-
### Configuration
32+
d. Click **Ok** to save the changes. You should see your application added to the list, but listed as **Pending** under status.
1533

16-
!!! Add list of steps to set up this integration !!!
34+
6. Select the name of your application in the **Application** column to go into the **Edit Application**.
1735

18-
### Validation
36+
a. On the **Edit Application** dialog, click the **Token Authorization URL** to authorize your current permission and get the access token.
1937

20-
!!! Add steps to validate integration is functioning as expected !!!
38+
b. On the **Requested Access** page send this URL to each permitted user and have them **Approve** their access. The **Requested Access** page allows you to **Approve** or **Deny** the application permission settings.
39+
40+
7. After the user approves, they are given an **Access Token** that is unique to that user. The user must keep this access token, it is required to configure integrations in Datadog. The token is valid forever and must be included in each request for authorization.
41+
8. Once access has been approved, you will notice that **Status** is changed to **Authorized**.
42+
43+
44+
For more information, see the [Setting up an OAuth token][2] documentation.
45+
46+
### Connect your Forcepoint Security Service Edge Account to Datadog
47+
48+
1. Add your Access Token.
49+
| Parameters | Description |
50+
| ------------------- | ------------------------------------------------------------------------------------- |
51+
| Access Token | Access token from Forcepoint Security Service Edge |
52+
53+
2. Click **Save**.
2154

2255
## Data Collected
2356

24-
### Metrics
57+
### Logs
2558

26-
Forcepoint Security Service Edge does not include any metrics.
59+
The Forcepoint Security Service Edge integration collects and forwards Cloud logs (CloudSummary, CloudAudit), Access logs, Admin logs and Health logs (HealthProxy, HealthApi, HealthSystem) to Datadog.
2760

28-
### Service Checks
61+
### Metrics
2962

30-
Forcepoint Security Service Edge does not include any service checks.
63+
The Forcepoint Security Service Edge integration does not include any metrics.
3164

3265
### Events
3366

34-
Forcepoint Security Service Edge does not include any events.
35-
36-
## Troubleshooting
67+
The Forcepoint Security Service Edge integration does not include any events.
3768

38-
Need help? Contact [Datadog support][3].
69+
## Support
3970

40-
[1]: **LINK_TO_INTEGRATION_SITE**
41-
[2]: /account/settings/agent/latest
42-
[3]: https://docs.datadoghq.com/help/
71+
For any further assistance, contact [Datadog support][3].
4372

73+
[1]: https://www.forcepoint.com/use-case/security-service-edge-sse
74+
[2]:https://help.forcepoint.com/fpone/sse_admin/prod/oxy_ex-1/deployment_guide/guid-18f77855-8dc9-436a-9fba-179f06a81066.html
75+
[3]: https://docs.datadoghq.com/help/

0 commit comments

Comments
 (0)