reverted config.js to point at localhost

This commit is contained in:
Rashid Khan 2013-02-20 14:59:45 -07:00
parent 5eb8c41af1
commit bf25b75391

View File

@ -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'],