patant / fluent-plugin-loggly

Fluentd plugin for output to loggly
Apache License 2.0
13 stars 24 forks source link

Set default buffer_chunk_limit #13

Closed dlackty closed 7 years ago

dlackty commented 8 years ago

According to Loggly's documentation:

If you get the error “413 Request Entity Too Large”, it means your file size is larger than the limit of 5MB. Please split your file into chunks less than 5MB, or curl the file one line at a time.

So let's overwrite the buffer_chunk_limit param, which is default to 8MB by fluentd.

dlackty commented 8 years ago

Unfortunately still seeing error message after setting this. Anyone would like to have a look on this?

njam commented 8 years ago

less than 5MB

Did you try 4MB? :D

patant commented 7 years ago

No response. Will close this one.