Updated Kafka Input Pipeline config

I added the helk-kafka-broker2 to the list of Kafka instances in case the other one is down. more information about the kafka plugin: https://www.elastic.co/guide/en/logstash/current/plugins-inputs-kafka.html#plugins-inputs-kafka-bootstrap_servers
keyword-vs-text-changes
Roberto Rodriguez 2018-05-31 16:13:36 -04:00
parent f3a0e251ea
commit eaf08d4a97
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
input {
kafka
{
bootstrap_servers => "helk-kafka-broker:9092"
bootstrap_servers => "helk-kafka-broker:9092,helk-kafka-broker2:9093"
topics => ["winlogbeat"]
decorate_events => true
codec => "json"