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

Add note about scaling Elastic Agent with Kafka input #41282

Merged
merged 5 commits into from
Oct 22, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions filebeat/docs/inputs/input-kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ might work as well, but are not supported.
The `kafka` input supports the following configuration options plus the
<<{beatname_lc}-input-{type}-common-options>> described later.

NOTE: If you're using {agent} with a Kafka input and need to increase throughput, we recommend adding scaling horizontally by additional {agents} to read from the Kafka topic.
kilfoyle marked this conversation as resolved.
Show resolved Hide resolved
Note that each {agent} reads concurrently from each of the partitions it has been assigned.

[float]
[[kafka-hosts]]
===== `hosts`
Expand Down
Loading