File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments