From 864083899e712f52d00f5ae953be72bcaa231556 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 8 Mar 2013 10:55:31 -0700 Subject: [PATCH] Point config at demo.kibana.org --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index a009e8a5a2f..0645ec4f640 100644 --- a/config.js +++ b/config.js @@ -15,7 +15,7 @@ If you need to configure the default dashboard, please see default.json */ var config = new Settings( { - elasticsearch: 'http://localhost:9200', + elasticsearch: 'http://demo.kibana.org', kibana_index: "kibana-int", timeformat: 'mm/dd HH:MM:ss', modules: ['histogram','map','pie','table','stringquery','sort',