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 c059723 commit c750dabCopy full SHA for c750dab
lib/logstash/outputs/elasticsearch/http_client/pool.rb
@@ -12,7 +12,7 @@ def initialize(response_code, url, request_body, response_body)
12
end
13
14
def message
15
- "Got response code '#{response_code}' contacting Elasticsearch at URL '#{@url}'"
+ "Got response code '#{response_code}' contacting Elasticsearch at URL '#{@url}'. Full response: '#{response_body}'"
16
17
18
class HostUnreachableError < Error;
0 commit comments