How to connect Kafka with Elasticsearch?

前端 未结 2 1518
予麋鹿
予麋鹿 2021-02-14 01:53

I am new in Kafka, I use kafka to collect netflow through logstash(it is ok), and I want to send the data to elasticsearch from kafka, but there are some problems.
My questi

2条回答
  •  心在旅途
    2021-02-14 02:32

    I would suggest using Kafka Connect and its Elasticsearch sink. I actually presented on exactly this subject last night :) Here are the slides.

    You can see a detailed example here.

    Update May 2020: See also this tutorial video.

提交回复
热议问题