pass http_options to can_connect in kibana_client

Fixes #7751
This commit is contained in:
Joao Duarte 2017-07-20 10:56:32 +01:00 committed by João Duarte
parent acd632aa89
commit 5e883e17c9

View file

@ -96,7 +96,7 @@ module LogStash module Modules class KibanaClient
end end
def head(relative_path) def head(relative_path)
safely(:head, relative_path) safely(:head, relative_path, @http_options)
end end
def can_connect? def can_connect?