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
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Add support for the worker configuration parameter to the shipper Elasticsearch output. Each additional worker should increase the number of concurrent requests to Elasticsearch that can be in flight.
Add support for the
worker
configuration parameter to the shipper Elasticsearch output. Each additional worker should increase the number of concurrent requests to Elasticsearch that can be in flight.We should strive to make the behaviour the same as the existing Beats' Elasticsearch output (https://www.elastic.co/guide/en/beats/filebeat/current/elasticsearch-output.html#_worker). Requests should be distributed to each worker randomly, as is currently done in the existing Beats outputs.
Acceptance Criteria:
worker
configuration increases the number of concurrent requests to Elasticsearch.The text was updated successfully, but these errors were encountered: