vanthome / winston-elasticsearch

An elasticsearch transport for winston
MIT License
270 stars 132 forks source link

Maximum message size? #238

Open m3Lith opened 1 year ago

m3Lith commented 1 year ago

I couldn't find any info on this, but is it possible there's a max message size that can be transported to ES?

I noticed that in our project we're not getting all expected logs. After some debugging, I found that some logs are produced and visible locally (checked via AWS CloudWatch), but are not reaching ES. E.g., the size of one such log message was 120KB.