Xzeryn / Elastic-Stack-Docker

MIT License
3 stars 1 forks source link

add kafka container demo #13

Open Xzeryn opened 4 months ago

allamiro commented 1 month ago

From my expereince to integrate Kafka with Elasticsearch in your setup you'd typically use Logstash as the intermediary. Logstash would act as a consumer of Kafka messages process or transform them and send the processed data to Elasticsearch.

--profile kafka