Skip to content

Commit 9e6d0d6

Browse files
dd-pub-platform[bot]rtrieulondon-wharton
authored
[ECOINT-64] Add Pulse integration (DataDog#2658)
* Add Pulse integration * Update Pulse integration * Update Pulse integration * Update Pulse integration * Update pulse/README.md * updated codeowners * added required manifest fields in assets/integration --------- Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com> Co-authored-by: Rosa Trieu <[email protected]> Co-authored-by: London Wharton <[email protected]>
1 parent 5192ddc commit 9e6d0d6

File tree

11 files changed

+553
-0
lines changed

11 files changed

+553
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
/postman/ @shashankawasthi88 [email protected] @DataDog/ecosystems-review
154154
/pulsar/ @zzzming [email protected]
155155
/pulumi/ @isaac-pulumi [email protected] @DataDog/ecosystems-review
156+
/pulse/ @DataDog/ecosystems-review
156157
/puma/ @plasticine
157158
/purefa/ @chrroberts-pure [email protected] @DataDog/ecosystems-review
158159
/purefb/ @chrroberts-pure [email protected] @DataDog/ecosystems-review

pulse/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Pulse
2+
3+
## 1.0.0 / 2025-05-08
4+
5+
_**Added**_:
6+
7+
* Initial Release

pulse/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Pulse
2+
3+
## Overview
4+
5+
Pulse is a monitoring and optimization platform for Elasticsearch and OpenSearch clusters. It detects issues, tracks performance, delivers smart alerts, and recommendations to keep your search infrastructure healthy.
6+
7+
The integration ingests Pulse alerts as Datadog Events, enabling teams to centralize alert management, correlate issues with metrics and logs, and streamline incident response.
8+
9+
**Pulse shares the following data with Datadog**:
10+
11+
- Alert title, severity, and description
12+
- Triggered and resolved timestamps
13+
- Cluster, nodes, and indices names
14+
15+
By connecting Pulse to Datadog, users gain full visibility into search performance and can respond to issues faster within existing workflows.
16+
17+
## Setup
18+
19+
1. In Pulse, navigate to the **Events & Alerts** tab in your cluster's page.
20+
21+
2. Click **Add destinations** and select **Datadog**.
22+
23+
3. Select your Datadog region from the dropdown.
24+
25+
4. Paste your Datadog API key.
26+
27+
5. Optionally, add tags separated by commas or spaces.
28+
29+
6. Select the alert severities you want to forward (Critical, Warning, and/or Informative).
30+
31+
7. Click **Send test alert** to verify setup.
32+
33+
34+
## Uninstallation
35+
36+
1. In Pulse, navigate to the **Events & Alerts** tab in your cluster's page.
37+
38+
2. Scroll down to the Datadog card and click the trash icon in the bottom right corner. 
39+
40+
3. In Datadog, navigate to **Integrations**, select the Pulse tile, and click **Uninstall Integration**.
41+
42+
## Support
43+
44+
Need help? Contact [Pulse support][1] or open a support ticket directly via the Pulse platform.
45+
46+
47+
[1]: mailto:[email protected]

0 commit comments

Comments
 (0)