From b2c7f19c7a166da6154bf033ad86ff309e6f90ce Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Tue, 5 Mar 2013 11:10:17 -0700 Subject: [PATCH] fixed config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 02ebf9691b4..78ceafea6a9 100644 --- a/config.js +++ b/config.js @@ -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',