From 8d667ffe08a64b314404d7ce9c52c370d86afa57 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Wed, 29 May 2013 16:30:48 -0700 Subject: [PATCH] Undoing protocol detection, probably better to enter the protocol manually --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index d2ac347dfee..a99a3c0c5fe 100644 --- a/config.js +++ b/config.js @@ -17,7 +17,7 @@ var config = new Settings( // By default this will attempt to reach ES at the same host you have // elasticsearch installed on. You probably want to set it to the FQDN of your // elasticsearch host - elasticsearch: window.location.protocol+"//"+window.location.hostname+":9200", + elasticsearch: "http://"+window.location.hostname+":9200", // elasticsearch: 'http://localhost:9200', kibana_index: "kibana-int", modules: ['histogram','map','pie','table','stringquery','sort',