Error message using logstash(Response code: 429, 500)

I got the two error messages and how could I do?

The first problem is

[2017-02-16T11:42:17,332][ERROR][logstash.outputs.elasticsearch] Got a bad response code from server, but this code is not considered retryable. Request will be dropped {:code=>500, :response_body=>"{"took":8,"errors":true,"error":{"type":"export_exception","reason":"failed to flush export bulks","caused_by":{"type":"export_exception","reason":"failed to flush export bulk [default_local]","caused_by":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.ingest.PipelineExecutionService$2@4793a95f on EsThreadPoolExecutor[bulk, queue capacity = 50, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@157c3366[Running, pool size = 4, active threads = 4, queued tasks = 56, completed tasks = 627145]]"}},"exceptions":[{"type":"export_exception","reason":"failed to flush export bulk [default_local]","caused_by":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.ingest.PipelineExecutionService$2@4793a95f on EsThreadPoolExecutor[bulk, queue capacity = 50, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@157c3366[Running, pool size = 4, active threads = 4, queued tasks = 56, completed tasks = 627145]]"}}]}}"}

and second is ...

[2017-02-16T11:42:17,332][ERROR][logstash.outputs.elasticsearch] Got a bad response code from server, but this code is not considered retryable. Request will be dropped {:code=>500, :response_body=>"{"took":8,"errors":true,"error":{"type":"export_exception","reason":"failed to flush export bulks","caused_by":{"type":"export_exception","reason":"failed to flush export bulk [default_local]","caused_by":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.ingest.PipelineExecutionService$2@4793a95f on EsThreadPoolExecutor[bulk, queue capacity = 50, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@157c3366[Running, pool size = 4, active threads = 4, queued tasks = 56, completed tasks = 627145]]"}},"exceptions":[{"type":"export_exception","reason":"failed to flush export bulk [default_local]","caused_by":{"type":"es_rejected_execution_exception","reason":"rejected execution of org.elasticsearch.ingest.PipelineExecutionService$2@4793a95f on EsThreadPoolExecutor[bulk, queue capacity = 50, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@157c3366[Running, pool size = 4, active threads = 4, queued tasks = 56, completed tasks = 627145]]"}}]}}"}

It looks like bulk too many datas.. and how could I solve this problems?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.