Logstash keeps retrying infinitely when failed to upload to ES due to bulk upload error

logstash keeps retrying infinitely when failed to upload to Elasticsearch cluster due to bulk upload error. It stuck at this error and not processing other logs. Can someone please help me how to resolve this issue?

[2019-10-09T19:05:38,343] **[ERROR]** [logstash.outputs.elasticsearch][main] Encountered a retryable error. Will Retry with exponential backoff {:code=>413, :url=>"https://elasticsearch.domain:443/_bulk", :body=>"{\"Message\":\"Request size exceeded 10485760 bytes\"}"}

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