rwynn / monstache

a go daemon that syncs MongoDB to Elasticsearch in realtime. you know, for search.
https://rwynn.github.io/monstache-site/
MIT License
1.28k stars 181 forks source link

elasticsearch-max-bytes not effective, still error : Error 413 (Request Entity Too Large) #689

Open Aron-man opened 1 year ago

Aron-man commented 1 year ago

I set elasticsearch-max-bytes to limit bulk index request size not over 10M, but it seems like not work, some request still reach 50M

image

What configurations can be used to solve this problem? Thanks!