logstash-plugins / logstash-integration-kafka

Kafka Integration for Logstash, providing Input and Output Plugins
Apache License 2.0
32 stars 60 forks source link

Default client_id to logstash in the Kafka Output #168

Open strawgate opened 4 months ago

strawgate commented 4 months ago

client_id is set to logstash on the input by default but is not set on the output

Input: https://github.com/logstash-plugins/logstash-integration-kafka/blob/fbd6e2021c0de4129e08286e3c0101d6dedba9ab/lib/logstash/inputs/kafka.rb#L100

Output: https://github.com/logstash-plugins/logstash-integration-kafka/blob/fbd6e2021c0de4129e08286e3c0101d6dedba9ab/lib/logstash/outputs/kafka.rb#L94