Can someone please outline how Dynamic logs distribution is configured in R81.10. The documentation on this feature is limited and a bit unclear.
My understanding is that by enabling this feature, as an example, I could configure 2 primary servers and 2 backup servers. The gateway would distribute the logs it sends between each of the primary servers i.e. not send a copy of each log to each server, but send logs to one server which are then distributed equally between all of the configured primary servers. In the unlikely event both primary log servers become unavailable, it would follow the same methodology on the back up servers.
If this summation is correct, I'm assuming if one of the primary log servers fails, all load is then assumed by the remaining primary server i.e. the logs aren't distributed to one of the configured back up servers.
Also if logs are sent to one primary server then distributed to the other primary servers, which server is selected as the server logs are sent to? Can a specific server be selected i.e. prioritized, for this role?
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Below is the description from the R81.10 logging admin guide.
"With Dynamic Log Distribution, you can configure the gateway to distribute logs between the active Log Servers. Previously, each Log Server received a copy of every log. If one Log Server was disconnected, the gateway connected to the backup server and sent it a copy of every log. Now you can configure that each log is sent to only one Log Server and distribute the logs between the primary Log Servers. If all the primary servers are disconnected, logs are distributed between backup Log Servers. If no Log Servers are connected, the gateway writes the logs locally."
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
I currently have one dedicated log server configured as primary, and one back up log server which is the management server.
I will soon be introducing a second dedicated log server.
I want to configure both servers as primary to efficiently utilize resources.
My initial thought was to distribute logs between each log server by pointing each gateway to a specific log server i.e. split the gateways 50/50 between each servers, and configure the non-primary server as the backup.
Though id dynamic logs distribution works they way I've outlined above, it would allow me to efficiently utilize the resources allocated to the dedicated servers. In this scenario I would configure both dedicated log server and primary, and both management servers (active and standby) as backup.
Log indexing will continue be enabled on all servers.