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