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
I confirm this. I also have tried using different versions such as 0.10.0.0 and it fails in an identical way. Putting 1.0.0 fails with unknown/unsupported kafka version '1.0.0'.
I have a kafka server 1.0.0 and in filebeat i use something like this:
version is set to 0.11.0.0 as it is the highest that filebeat reports as acceptable parameter
When i start filebeat, i get this:
even trying
0.10.0.0
in version, it still reports the same error.switching the compression to
gzip
, it can start and work correctlySo either there is a bug in kafka output and version check, or filebeat needs to be updated to work correctly with kafka 1.0
The text was updated successfully, but these errors were encountered: