Skip to content

Commit

Permalink
create helk group ID, and document consumer threads for scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
neu5ron committed Jun 3, 2019
1 parent a2cb355 commit 5d88a3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/helk-logstash/pipeline/0002-kafka-input.conf
Expand Up @@ -21,5 +21,10 @@ input {
max_poll_interval_ms => "300000"
#############################
max_poll_records => "500"
# If you have multiple logstash instances, this is your ID so that each instance consumes a slice of the Kafka pie.
# No need to change this unless you know what your doing and for some reason have the need
group_id => "helk_logstash"
# Change to number of Kafka partitions, only change/set if scaling on large environment & customized your Kafka paritions
#consumer_threads => 1
}
}

0 comments on commit 5d88a3b

Please sign in to comment.