Skip to content

Commit a9f5d33

Browse files
author
Mariusz Karpiarz
committed
Fix query type in the Slurm jobs Grafana dashboard
Set the query type to "lucene" to fix the `Slurm jobs` dashboard. The original query causes a `SIGSEGV: segmentation violation` in versions above 2.6.2 of the OpenSearch plugin due to this change: grafana/opensearch-datasource@24fcd47#diff-804a5756e358074cb0ba27b1932cca77d39b90694fc1d4d122f46348c8653259 This then makes Grafana return a 500 error with the `TypeError: pa[t] is undefined` message. CC: #292
1 parent 3a53585 commit a9f5d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/grafana-dashboards/files/slurm-jobs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
}
151151
],
152152
"query": "*",
153-
"queryType": "randomWalk",
153+
"queryType": "lucene",
154154
"refId": "A",
155155
"timeField": "@timestamp"
156156
}

0 commit comments

Comments
 (0)