-
Notifications
You must be signed in to change notification settings - Fork 37
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 connection #58
Comments
Hi, can you try to increase verbosity of the JSON output plugin? By default, it prints only errors but there might be some hidden warnings. Just add <outputPlugins>
<output>
<name>JSON output</name>
<verbosity>debug</verbosity>
<plugin>json</plugin>
...
</params>
</output>
</outputPlugins>
Lukas |
Hi, did you manage to resolve the issue? Lukas |
Hi Sorry I will try it this weekend because currently I am not able to test it |
Hi, so let's summarize, IPFIXcol2 is able to connect to the broker 192.168.1.2 (according to the Wireshark dump), but is not sending any data to it. Based on the log on the collector, it appears to be trying to connect to localhost, which it is failing to do. I suspect the problem to be in the server configuration on the broker. The broker advertise This article might help: https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc/ Lukas |
Hi, did you try to check the broker configuration? Was the article helpful in any way? Lukas |
Hey guy,
I am having trouble to run ipfixcol2 JSON-kafka plugin.
Setup is like this:
Computer A:
Computer B:
Here you can see that ipfixcol is keeping connection opened
But none of the data is being transfered.
Those are my settings. Almost 1:1 with example file.
This is an image after shuting down kafka.
It is fine because thess errors showed up just after shutting down kafka but its quiet strange that it is reporting connection problem to localhost all over the place.
EDIT: Forgot to mention, but its working when kafka is running on localhost
The text was updated successfully, but these errors were encountered: