Merge branch 'pr/3287'

This commit is contained in:
Rashid Khan 2015-03-27 10:06:11 -07:00
commit 2065a2a097

View file

@ -74,7 +74,7 @@ router.use(function (req, res, next) {
var options = {
url: config.elasticsearch + path,
method: req.method,
headers: _.defaults({ host: target.hostname }, req.headers),
headers: _.defaults({}, req.headers),
strictSSL: config.kibana.verify_ssl,
timeout: config.kibana.request_timeout
};