mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Point config at demo.kibana.org
This commit is contained in:
@@ -15,7 +15,7 @@ If you need to configure the default dashboard, please see default.json
|
||||
*/
|
||||
var config = new Settings(
|
||||
{
|
||||
elasticsearch: 'http://localhost:9200',
|
||||
elasticsearch: 'http://demo.kibana.org',
|
||||
kibana_index: "kibana-int",
|
||||
timeformat: 'mm/dd HH:MM:ss',
|
||||
modules: ['histogram','map','pie','table','stringquery','sort',
|
||||
|
||||
Reference in New Issue
Block a user