Bulk Size error on filebeat

Hello,

I presume you are using Elasticsearch output. This error means that filebeat is sending a bulk request with a body that is too big for Elasticsearch to handle (i.e. you have long log messages). You could try setting a lower bulk_max_size in the output configuration (default is 50)

Cheers