Просмотр исходного кода

Point config at demo.kibana.org

Rashid Khan 12 лет назад
Родитель
Сommit
864083899e
1 измененных файлов с 1 добавлено и 1 удалено
  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(
 var config = new Settings(
 {
 {
-  elasticsearch:  'http://localhost:9200',
+  elasticsearch:  'http://demo.kibana.org',
   kibana_index:   "kibana-int", 
   kibana_index:   "kibana-int", 
   timeformat:     'mm/dd HH:MM:ss',
   timeformat:     'mm/dd HH:MM:ss',
   modules:        ['histogram','map','pie','table','stringquery','sort',
   modules:        ['histogram','map','pie','table','stringquery','sort',