Filebeat 1.2.1 on ubuntu linux does not support kafka output

I have installed filebeat 1.2.1, when I start filebeat with kafka as the output I am seeing no outouts defined error message the followings is the filebeat config.

output:
kafka:
hosts: ["localhost:6667"]
topic: "log_1000"
client_id : "log_1000"

the format in the filebeat.yml is properly intended, here in the post it is not..

That version does not support kafka output - https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-configuration-details.html

Thanks, is 1.2.1 not the latest filebeat? then if not what is the latest version and what version of filebeat will support kafka on ubuntu?

Thanks

That is the latest GA.
v5 supports it.