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

Document load-balancing modes in filebeat #1852

Closed
urso opened this issue Jun 14, 2016 · 0 comments · Fixed by #2780
Closed

Document load-balancing modes in filebeat #1852

urso opened this issue Jun 14, 2016 · 0 comments · Fixed by #2780
Assignees
Labels

Comments

@urso
Copy link

urso commented Jun 14, 2016

Filebeat can operate load-balancing in 3 different modes:

  1. send to one host after another
  2. send to N hosts in lock-step (with spool_size = N * bulk_max_size)
  3. send fully in parallel and async (publish_async: true)

All modes employ a difference in memory/cpu usage. With 1. requiring the least and 3. requiring the most resources.

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

Successfully merging a pull request may close this issue.

3 participants