internetitem / logback-elasticsearch-appender

Logback Elasticsearch Appender
Other
233 stars 137 forks source link

fix bug of dead loop when get http 4xx error from Elasticsearch #93

Open wtfeng opened 11 months ago

wtfeng commented 11 months ago

4xx error from Elasticsearch such as too big entity or incomplete message format will cause dead loop from the logback-elasticsearch-appender to Elasticsearch. It will also cause big network flow and cause a lot of money on cloud.

agido-jrieks commented 11 months ago

@wtfeng this repository here seems to be unmaintained... we maintain a fork and integrated you PR there: https://github.com/agido-malter/logback-elasticsearch-appender/pull/21/

It will be include in version 3.0.9, which is currently being prepared. Thank you very much!

abatkin commented 11 months ago

@agido-jrieks would you be interested in helping maintain the "internetitem" logback-elasticsearch-appender? Or should I add something to the readme suggesting people go to your fork instead? Feel free to drop me an e-mail and we can chat (address is in my GitHub profile)

wtfeng commented 10 months ago

@wtfeng this repository here seems to be unmaintained... we maintain a fork and integrated you PR there: agido-malter/logback-elasticsearch-appender#21

It will be include in version 3.0.9, which is currently being prepared. Thank you very much!

That will be great. I will use your version in my project.