Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Balancer behaviour clarification #1033

Closed
pam2014 opened this issue Nov 21, 2023 · 1 comment
Closed

Load Balancer behaviour clarification #1033

pam2014 opened this issue Nov 21, 2023 · 1 comment

Comments

@pam2014
Copy link

pam2014 commented Nov 21, 2023

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

  1. What happens if there is > 1 instance of fluentd with this plugin used to push data into elastic search?
  2. Will each instance of gem work independently to load balance the data is receives?
  3. 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
  4. Is there any alternative such that likelihood of data from each instance lands in a different ES node?
  5. The other two options of load balancing, how can the plugin be configured to use a different mode?
Copy link

@pam2014 this issue was automatically closed because it did not follow the issue template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant