-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kafka output fails on master #1215
Comments
Thanks for reporting. Will have a look. |
can you try to add |
|
I built from master and got my Kafka output setup and seems to be working fine. I can see the messages in the Kafka topic. Here is my output config in filebeat.yml
|
Fixed by #1226. If the issue persists, please re-open. |
I built one filebeat-1.2.0-x86_64 of linux and followed the filebeat,yml configuration. But I got this error:Error Initialising publisher: No outputs are defined. Please define one under the output section. |
@zhanght1 Kafka output is not in 1.2.0. We'll release a 5.0.0-alpha1, most likely next week, which will contain it. |
5.0.0-alpha1? filebeat 5.0.0-alpha1? |
Yes, we're synchronizing version across the elastic stack, the next major version for Elasticsearch, Logstash, Kibana and Beats will be 5.0. |
We got the 5.0 alpha1 version.But still met one problem.
Here is the filebeat.yml.
BR |
@zhanght1 the error seems to indicate that the Kafka cluster is not reachable from Filebeat. Can you check connectivity with telnet? |
Btw, it would be better to open a topic on https://discuss.elastic.co/c/beats rather then add this to a closed issue on Github. |
Currently (master branch), the kafka output fails with:
This began with merges on 3/1 for the 1.1.2 release and seems to be related to 5ef56c0
I am testing with filebeat on cent7, alternately compiling from source or using the nightly rpm
My configuration (concatenated whitespace and comments):
Here is an example output:
If I add this configuration:
then I can force a different response:
The text was updated successfully, but these errors were encountered: