You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using WOODCHUCK to send my logs to a Redis server and it works fine.
Bu the problem is that it fails when the number of logs are >28232.
This is due to the exhaustion of ports since Linux uses ephemeral ports 32768-61000 (28,232 total ports)
How do I make woodchuck use the same port so that I do run out of ports when sending to Redis ?
What changes are required in the code?
Kindly come up with a fix for this.
My requirements:
Ship logs from a file to Redis - Rate of generation of logs is around 10000 logs per second.
This lightweight shipper will be running on various servers, all of which will be shipping their logs to a central Redis server.
Thanks.
The text was updated successfully, but these errors were encountered:
I am using WOODCHUCK to send my logs to a Redis server and it works fine.
Bu the problem is that it fails when the number of logs are >28232.
This is due to the exhaustion of ports since Linux uses ephemeral ports 32768-61000 (28,232 total ports)
How do I make woodchuck use the same port so that I do run out of ports when sending to Redis ?
What changes are required in the code?
Kindly come up with a fix for this.
My requirements:
Ship logs from a file to Redis - Rate of generation of logs is around 10000 logs per second.
This lightweight shipper will be running on various servers, all of which will be shipping their logs to a central Redis server.
Thanks.
The text was updated successfully, but these errors were encountered: