Open Ostico opened 2 years ago
Can you try to reduce the retryLimit
option? Its default is 400 and after that it should five up.
Hello,
We encountered the same issue. I think this is even worse when you have many logs in the buffer. Then all of them got inserted 400? times and it went bananas real quick. If we turn off retries ultimately? What about buffering can it also be turned off?
@eye1
There are two things with buffering wich you can control.
// turn on or of the buffering at all
buffering: false,
// max number of messages in buffer
bufferLimit: 20,
When a log event fails on elasticsearch ( even if it accept the event ) the message is re-sent multiple times ( a single event can be logged on ESearch 320 times ):