changes
This commit is contained in:
parent
a52b0dbd8b
commit
04ec5afa58
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function (Settings) {
|
|||
* elasticsearch url:
|
||||
* For Basic authentication use: http://username:password@domain.com:9200
|
||||
*/
|
||||
elasticsearch: "http://{{ salt['pillar.get']('grafana:server:elasticsearch:host', "") }}:{{ salt['pillar.get']('grafana:server:elasticsearch:port', 9200) }}",
|
||||
elasticsearch: "http://{{ pillar.grafana.server.elasticsearch.host }}:{{ pillar.grafana.server.elasticsearch.port }}",
|
||||
|
||||
/**
|
||||
* graphite-web url:
|
||||
|
|
Loading…
Reference in a new issue