mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
reverted config.js to point at localhost
This commit is contained in:
parent
5eb8c41af1
commit
bf25b75391
@ -13,7 +13,7 @@ If you need to configure the default dashboard, please see dashboard.js
|
||||
*/
|
||||
var config = new Settings(
|
||||
{
|
||||
elasticsearch: 'http://demo.logstash.net:9200',
|
||||
elasticsearch: 'http://localhost:9200',
|
||||
timeformat: 'mm/dd HH:MM:ss',
|
||||
modules: ['histogram','map','pie','table','stringquery','sort',
|
||||
'timepicker','text','fields','hits','dashcontrol'],
|
||||
|
Loading…
Reference in New Issue
Block a user