File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lib/logstash/outputs/elasticsearch Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,7 @@ def safe_bulk(es_actions,actions)
177
177
"Attempted to send a bulk request to Elasticsearch configured at '#{ @client . client_options [ :hosts ] } '," +
178
178
" but Elasticsearch appears to be unreachable or down!" ,
179
179
:error_message => e . message ,
180
- :class => e . class . name ,
181
- :client_config => @client . client_options ,
180
+ :class => e . class . name
182
181
)
183
182
@logger . debug ( "Failed actions for last bad bulk request!" , :actions => actions )
184
183
@@ -193,8 +192,7 @@ def safe_bulk(es_actions,actions)
193
192
"the configuration provided?" ,
194
193
:error_message => e . message ,
195
194
:error_class => e . class . name ,
196
- :backtrace => e . backtrace ,
197
- :client_config => @client . client_options ,
195
+ :backtrace => e . backtrace
198
196
)
199
197
200
198
@logger . debug ( "Failed actions for last bad bulk request!" , :actions => actions )
You can’t perform that action at this time.
0 commit comments