Hey Guys,
I'm considering using fluent-bit as a side car in a kubernetes app and benchmarking things with about 10k requests per second across about 10 pods. For some reason keep getting the following error. If i filter to stdout i can see that a handful of logs make it through but the service is being rejected a majority of the time. I've tried increasing Chunk_Size and Buffer_Size but it doesn't seem to have any affect. Is there some other config value i should use?
Its running as a side car to the logging service so each docker image only deals with total traffic of about 500 to 1000 requests per second.
[2018/04/17 23:25:22] [ warn] [in_fw] fd=56 incoming data exceed limit (32768 bytes)
[2018/04/17 23:25:22] [ warn] [in_fw] fd=55 incoming data exceed limit (32768 bytes)
fluent-bit config
[SERVICE]
Flush 1
Daemon Off
Log_Level info
Parsers_File parsers.conf
[INPUT]
Name forward
Listen 0.0.0.0
Port 24224
Chunk_Size 32
Buffer_Size 64
[OUTPUT]
Name file
Path /dev/null