From bf25b75391b2a8fe4409870e1b591181094b9ad8 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 20 Feb 2013 14:59:45 -0700 Subject: [PATCH] reverted config.js to point at localhost --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 7b7fd55412b..6f2508fcd85 100644 --- a/config.js +++ b/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'],