Skip to content

Commit 5dc42a2

Browse files
authored
[AI-5936] Add saved views for ibm lsf (DataDog#22585)
* Add saved view * Add syystem error logs monitor
1 parent e719239 commit 5dc42a2

3 files changed

Lines changed: 57 additions & 1 deletion

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "IBM Spectrum LSF Job Error Logs",
3+
"type": "logs",
4+
"page": "stream",
5+
"query": "source:ibm_spectrum_lsf status:error log_type:job",
6+
"timerange": {
7+
"interval_ms": 3600000
8+
},
9+
"visible_facets": [
10+
"source",
11+
"host",
12+
"service",
13+
"@job_id"
14+
],
15+
"options": {
16+
"columns": [
17+
"host",
18+
"service",
19+
"@job_id"
20+
],
21+
"show_date_column": true,
22+
"show_message_column": true,
23+
"message_display": "inline",
24+
"show_timeline": true
25+
}
26+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "IBM Spectrum LSF System Error Logs",
3+
"type": "logs",
4+
"page": "stream",
5+
"query": "source:ibm_spectrum_lsf status:error log_type:system",
6+
"timerange": {
7+
"interval_ms": 3600000
8+
},
9+
"visible_facets": [
10+
"source",
11+
"host",
12+
"service",
13+
"@pid"
14+
],
15+
"options": {
16+
"columns": [
17+
"host",
18+
"service",
19+
"@pid"
20+
],
21+
"show_date_column": true,
22+
"show_message_column": true,
23+
"message_display": "inline",
24+
"show_timeline": true
25+
}
26+
}

ibm_spectrum_lsf/manifest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
"monitors": {
4444
"No GPU Slots Available": "assets/monitors/no_gpu_slots_available.json",
4545
"High Pending Jobs": "assets/monitors/high_pending_jobs.json"
46-
}
46+
},
47+
"saved_views": {
48+
"IBM Spectrum LSF Job Error Logs": "assets/saved_views/job_errors.json",
49+
"IBM Spectrum LSF System Error Logs": "assets/saved_views/system_errors.json"
50+
}
4751
},
4852
"author": {
4953
"support_email": "help@datadoghq.com",

0 commit comments

Comments
 (0)