File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ grafana_datasources:
63
63
url : " http://{{ prometheus_address }}:9090" # default prometheus port
64
64
editable : true
65
65
- name : slurmstats
66
+ # see https://github.com/grafana/opensearch-datasource#configure-the-data-source-with-provisioning
66
67
type : grafana-opensearch-datasource
67
68
url : " https://{{ opensearch_address }}:9200"
68
69
basicAuth : true
@@ -74,7 +75,10 @@ grafana_datasources:
74
75
tlsSkipVerify : true
75
76
database : filebeat-*
76
77
timeField : " @timestamp"
77
- flavor : opensearch
78
+ # Have to set flavor and version, but ansible/roles/opensearch/templates/opensearch.yml.j2 fakes version for filebeat
79
+ # so need to set to fake version here:
80
+ version : ' 7.10.2'
81
+ flavor : elasticsearch
78
82
editable : true
79
83
# readOnly: false
80
84
You can’t perform that action at this time.
0 commit comments