Take for example the documentation for plugins-outputs-lumberjack:
list of addresses lumberjack can send to
This plugin can send data to hosts from an array called "hosts".
This is simple.
There is information in the documentation:
But how exactly does the distribution of transmitted data look like? If there are for example four hosts in "hosts" array, what is the method of selecting the host to which the event is being sent?
It does not distribute the data equally... What is the method?
Probably the same algorithm is used in other plugins?