mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
Undoing protocol detection, probably better to enter the protocol manually
This commit is contained in:
parent
7e5ace08b3
commit
8d667ffe08
@ -17,7 +17,7 @@ var config = new Settings(
|
||||
// By default this will attempt to reach ES at the same host you have
|
||||
// elasticsearch installed on. You probably want to set it to the FQDN of your
|
||||
// elasticsearch host
|
||||
elasticsearch: window.location.protocol+"//"+window.location.hostname+":9200",
|
||||
elasticsearch: "http://"+window.location.hostname+":9200",
|
||||
// elasticsearch: 'http://localhost:9200',
|
||||
kibana_index: "kibana-int",
|
||||
modules: ['histogram','map','pie','table','stringquery','sort',
|
||||
|
Loading…
Reference in New Issue
Block a user