joekiller / logstash-kafka

Kafka plugin for Logstash
Apache License 2.0
206 stars 63 forks source link

Kafka output plugin problem #58

Open praveenjirra opened 7 years ago

praveenjirra commented 7 years ago

I have created three ec2 instances 1st instance logstash and application 2nd instance ELK 3rd instance -- KAFKA so my problem is i'm unable to send the application log files to kafka ...any one help me.. output { kafka { broker_list => "172.31.10.11:9092" codec => "json" topic_id => "kafkatesting" } }