We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e052e commit ed72e28Copy full SHA for ed72e28
1 file changed
lib/logstash/outputs/elasticsearch/http_client/pool.rb
@@ -347,6 +347,7 @@ def perform_request(method, path, params={}, body=nil)
347
end
348
349
def perform_request_to_url(url, method, path, params={}, body=nil)
350
+ params ||= {}
351
params[:headers] = DEFAULT_EAV_HEADER.merge(params[:headers] || {}) if serverless?
352
@adapter.perform_request(url, method, path, params, body)
353
0 commit comments