reverted config.js to point at localhost

pull/7/head
Rashid Khan 12 years ago
parent 5eb8c41af1
commit bf25b75391
  1. 2
      config.js

@ -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…
Cancel
Save