Fastest way to send logs from Kafka to Elasticsearch

I am looking for the fastest log shipper which can directly transfer my logs to elasticsearch from kafka. I can name some ways to do this:

  1. Kafka -> Elasticsearch
  2. Kafka -> Logstash -> Elasticsearch
  3. Kafka -> Golang -> Elasticsearch
  4. Kafka -> rsyslog -> Elasticsearch
  5. Kafka -> java/c/c++ -> Elasticsearch ...

Can someone tell me which is the fastest way (Highest EPS with the same resource) to do the job? Thanks in advance!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.