Skip to content

Commit f78f044

Browse files
Add Pulse integration (DataDog#2708)
Co-authored-by: dd-pub-platform[bot] <157534740+dd-pub-platform[bot]@users.noreply.github.com>
1 parent e2a4af4 commit f78f044

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

pulse/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG - Pulse
22

3-
## 1.0.0 / 2025-05-08
3+
## 1.0.0 / 2025-06-02
44

55
_**Added**_:
66

pulse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

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.
5+
Pulse is a monitoring and optimization platform for Elasticsearch and OpenSearch clusters. It detects issues, tracks performance, and delivers smart alerts and recommendations to keep your search infrastructure healthy.
66

77
The integration ingests Pulse alerts as Datadog Events, enabling teams to centralize alert management, correlate issues with metrics and logs, and streamline incident response.
88

pulse/assets/dashboards/pulse_overview.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132
],
133133
"search": {
134-
"query": "source:elasticsearch service:pulse"
134+
"query": "source:pulse"
135135
}
136136
}
137137
],
@@ -197,7 +197,7 @@
197197
}
198198
],
199199
"search": {
200-
"query": "source:elasticsearch service:pulse"
200+
"query": "source:pulse"
201201
}
202202
}
203203
],
@@ -271,7 +271,7 @@
271271
}
272272
],
273273
"search": {
274-
"query": "source:elasticsearch service:pulse"
274+
"query": "source:pulse"
275275
}
276276
}
277277
],
@@ -337,7 +337,7 @@
337337
}
338338
],
339339
"search": {
340-
"query": "source:elasticsearch service:pulse"
340+
"query": "source:pulse"
341341
}
342342
}
343343
],

pulse/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"Pulse Overview": "assets/dashboards/pulse_overview.json"
5656
},
5757
"integration": {
58+
"source_type_name": "pulse",
59+
"auto_install": true,
5860
"configuration": {},
61+
"process_signatures": [],
5962
"events": {
6063
"creates_events": true
6164
},
62-
"source_type_name": "pulse",
63-
"auto_install": true,
64-
"process_signatures": [],
6565
"service_checks": {
6666
"metadata_path": "assets/service_checks.json"
6767
},

0 commit comments

Comments
 (0)