You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
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"
}
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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"
}
}
The text was updated successfully, but these errors were encountered: