Does excuse me filebeat support input to kafka?

Does excuse me, filebeat support input to kafka, want to this architecture: filebeat - > kakfa -- -- -- -- > logstash - > elasticsearch - > kibana?

Filebeat only support direct to ES or to LS.

1 Like

Aha,ok thanks!

If I want to made with kafka log queue processing, how to join in filebeat environment kakfa service?This architecture is feasible filebeat - > [logstash + kafka] - > [LS + ES + Kibana]?

You can use the beats input + kafka output, if that is what you mean?

You mean kafka can direct to Es?this filebeat to logstash then to kafka and then to Es?

It needs to be Beats > Logstash > kafka > LS > ES.

1 Like

thank you very much. I will test.