Skip to content

Commit

Permalink
Add note about scaling Elastic Agent with Kafka input (#41282) (#41375)
Browse files Browse the repository at this point in the history
* Add note about scaling Elastic Agent with Kafka input

* Update filebeat/docs/inputs/input-kafka.asciidoc

Co-authored-by: Craig MacKenzie <[email protected]>

* Update filebeat/docs/inputs/input-kafka.asciidoc

Co-authored-by: Craig MacKenzie <[email protected]>

* Update filebeat/docs/inputs/input-kafka.asciidoc

Co-authored-by: Craig MacKenzie <[email protected]>

---------

Co-authored-by: Craig MacKenzie <[email protected]>
(cherry picked from commit d2e6603)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Oct 28, 2024
1 parent 8b69b97 commit 6656195
Showing 1 changed file with 3 additions and 0 deletions.
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 scaling horizontally by additional {agents} to read from the Kafka topic.
Note that each {agent} reads concurrently from each of the partitions it has been assigned.

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

0 comments on commit 6656195

Please sign in to comment.