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
The plugin provides load balancing across multiple elastic search nodes with round robin being the default behaviour. I have questions in it's behaviour in the following scenario
What happens if there is > 1 instance of fluentd with this plugin used to push data into elastic search?
Will each instance of gem work independently to load balance the data is receives?
If yes, it would mean that there is no true load balance because it is highly likely all the instances will be sending data to the same node at the same time
Is there any alternative such that likelihood of data from each instance lands in a different ES node?
The other two options of load balancing, how can the plugin be configured to use a different mode?
The text was updated successfully, but these errors were encountered:
The plugin provides load balancing across multiple elastic search nodes with round robin being the default behaviour. I have questions in it's behaviour in the following scenario
The text was updated successfully, but these errors were encountered: