Skip to content

Commit 0b2f4d0

Browse files
tirthrajchaudhari-crestakaila-crestshubhamvekariya-crestgustavogr
authored
[SAASINT-5127] DDS: CyberArk Endpoint Privilege Manager: Crawler Integration v1.0.0 (DataDog#22120)
* Add assets for CyberArk EPM integration * Update pipeline yaml file * Resolve validate-logs CI check * minor README update * Minor dashboard updates * update README as per review comments * Update README.md * Resolve validate-dashboards CI check * Update labeler yaml file * Remove service remapper dependency * Resolve CI Failures * Fix merge conflict in CODEOWNERS file Removed merge conflict markers from CODEOWNERS. --------- Co-authored-by: akaila-crest <abhi.kaila@crestdata.ai> Co-authored-by: shubhamvekariya-crest <157569826+shubhamvekariya-crest@users.noreply.github.com> Co-authored-by: shubhamvekariya-crest <shubham.vekariya@crestdata.ai> Co-authored-by: Gustavo Gutierrez <gustavogut1993@gmail.com> Co-authored-by: Gustavo Gutierrez <gustavo.gutierrez@datadoghq.com>
1 parent f4cc238 commit 0b2f4d0

19 files changed

Lines changed: 7279 additions & 20 deletions

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,7 @@ plaid/assets/logs/ @DataDog/saa
772772
/cyberark_endpoint_privilege_manager/*.md @DataDog/saas-integrations @DataDog/documentation
773773
/cyberark_endpoint_privilege_manager/manifest.json @DataDog/saas-integrations @DataDog/documentation
774774
/cyberark_endpoint_privilege_manager/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers
775+
775776
/beyondtrust_privileged_remote_access/ @DataDog/agent-integrations
776777
/beyondtrust_privileged_remote_access/*.md @DataDog/agent-integrations @DataDog/documentation
777778
/beyondtrust_privileged_remote_access/manifest.json @DataDog/agent-integrations @DataDog/documentation

.github/workflows/config/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@ integration/crowdstrike_fdr:
402402
- changed-files:
403403
- any-glob-to-any-file:
404404
- crowdstrike_fdr/**/*
405+
integration/cyberark_endpoint_privilege_manager:
406+
- changed-files:
407+
- any-glob-to-any-file:
408+
- cyberark_endpoint_privilege_manager/**/*
405409
integration/databricks:
406410
- changed-files:
407411
- any-glob-to-any-file:
Lines changed: 40 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,60 @@
1-
# Agent Check: cyberark_endpoint_privilege_manager
2-
31
## Overview
42

5-
This check monitors [cyberark_endpoint_privilege_manager][1].
6-
7-
## Setup
3+
[CyberArk Endpoint Privilege Manager][1] enforces least privilege and enables organizations to block and contain attacks on endpoint computers, reducing the risk of information being stolen or encrypted and held for ransom.
84

9-
### Installation
5+
This integration ingests the following logs:
106

11-
The cyberark_endpoint_privilege_manager check is included in the [Datadog Agent][2] package.
12-
No additional installation is needed on your server.
7+
- **Raw Events**: Endpoint activities captured by EPM agents, including threat detection events.
8+
- **Policy Audit Events**: Audit records of policy usage on endpoints.
9+
- **Set Admin Audit Events**: Actions carried out by EPM administrators within sets.
10+
- **Account Admin Audit Events**: Actions performed by account administrators.
1311

14-
### Configuration
12+
Integrate CyberArk Endpoint Privilege Manager with Datadog to gain insights into raw events, policy audit events, set admin audit events, and account admin audit events using pre-built dashboard visualizations. Datadog uses its built-in log pipelines to parse and enrich these logs, facilitating easy search and detailed insights. Additionally, the integration can be used for Cloud SIEM detection rules for enhanced monitoring and security.
1513

16-
!!! Add list of steps to set up this integration !!!
1714

18-
### Validation
15+
## Setup
1916

20-
!!! Add steps to validate integration is functioning as expected !!!
17+
### Create a User in CyberArk Endpoint Privilege Manager
18+
1. Log in to the CyberArk Endpoint Privilege Manager portal.
19+
2. Navigate to **Administration**.
20+
3. Open the **Account Management** section.
21+
4. Click **Create** and then click on **Create User** from the dropdown.
22+
5. Enter the following details:
23+
- Email
24+
- Password
25+
- Confirm Password
26+
6. Select the **Account Administrator** checkbox and choose the **View Only** option.
27+
7. Select the **Allow to Manage Sets** checkbox.
28+
8. Click **Next**.
29+
9. Assign the **View Only Set Admin** role for all listed sets.
30+
10. Click **Finish**.
31+
32+
33+
### Connect your CyberArk Endpoint Privilege Manager Account to Datadog
34+
35+
1. Add your `EPM Account Region`, `Username`, and `Password`.
36+
| Parameters | Description |
37+
| ---------- | ---------------------------------------------- |
38+
| EPM Account Region | The EPM Account Region of your CyberArk Endpoint Privilege Manager.|
39+
| Username | The Username of CyberArk Endpoint Privilege Manager account which has access to the available sets.|
40+
| Password | The CyberArk Endpoint Privilege Manager account password.|
41+
2. Click **Save**.
2142

2243
## Data Collected
2344

45+
The CyberArk Endpoint Privilege Manager integration collects and forwards raw events, policy audit events, set admin audit events, and account admin audit events to Datadog.
46+
2447
### Metrics
2548

26-
cyberark_endpoint_privilege_manager does not include any metrics.
49+
The CyberArk Endpoint Privilege Manager integration does not include any metrics.
2750

2851
### Events
2952

30-
cyberark_endpoint_privilege_manager does not include any events.
53+
The CyberArk Endpoint Privilege Manager integration does not include any events.
3154

3255
## Troubleshooting
3356

34-
Need help? Contact [Datadog support][3].
35-
36-
[1]: **LINK_TO_INTEGRATION_SITE**
37-
[2]: https://app.datadoghq.com/account/settings/agent/latest
38-
[3]: https://docs.datadoghq.com/help/
57+
Need help? Contact [Datadog support][2].
3958

59+
[1]: https://www.cyberark.com/products/endpoint-privilege-manager/
60+
[2]: https://docs.datadoghq.com/help/

cyberark_endpoint_privilege_manager/assets/cyberark-endpoint-privilege-manager.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)