Skip to content

Commit 3a25308

Browse files
committed
fix empty rows in slurm jobs dashboard ...
slurm-stats datasource was not getting the "database" (=index) set, hence in opensearch which adds additional 'security-auditlog*' indices not present in opendistro, the dashboard query was returning non-slurm-stats documents without the fields expected => empty rows
1 parent bc99c61 commit 3a25308

File tree

1 file changed

+1
-1
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+1
-1
lines changed

environments/common/inventory/group_vars/all/grafana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ grafana_datasources:
7272
jsonData:
7373
tlsSkipVerify: true
7474
timeField: "@timestamp"
75-
database: "filebeat-*"
75+
database: filebeat-*
7676
readOnly: false
7777
editable: true
7878

0 commit comments

Comments
 (0)