Browse Source

Point config at demo.kibana.org

Rashid Khan 12 years ago
parent
commit
864083899e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.js

+ 1 - 1
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',