Преглед изворни кода

reverted config.js to point at localhost

Rashid Khan пре 13 година
родитељ
комит
bf25b75391
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      config.js

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