You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logstash is failing to upload bulk document to amazon elasticsearch and keeps trying to upload that document infinitely without executing other logs. Is there a way to reject bulk message and process the other ones?
Error:
[ERROR][logstash.outputs.elasticsearch][main] Encountered a retryable error. Will Retry with exponential backoff {:code=>413, :url=>"https://aws_es_domain:443/_bulk", :body=>"{\"Message\":\"Request size exceeded 10485760 bytes\"}"}
The text was updated successfully, but these errors were encountered:
Same problem even using max_bulk_bytes with a value of 100.000 .
Very big problem since it break totaly the ingestion of our logs.
Thanks in advance for a fix 👍
Logstash is failing to upload bulk document to amazon elasticsearch and keeps trying to upload that document infinitely without executing other logs. Is there a way to reject bulk message and process the other ones?
Error:
[ERROR][logstash.outputs.elasticsearch][main] Encountered a retryable error. Will Retry with exponential backoff {:code=>413, :url=>"https://aws_es_domain:443/_bulk", :body=>"{\"Message\":\"Request size exceeded 10485760 bytes\"}"}
The text was updated successfully, but these errors were encountered: