Add volume for each strimzi kafka broker

I am sending logs to Elasticsearch like below
beats -- logstash entry -- Kafka -- logstash indexing -- Elasticsearch . We want to remove Kafka in the data flow by replacing with logstash persistent queue .. currently using JBOD and three volumes dedicated for each kafka browser .if i am removing the KAFKA then i dont require JBOD for persistent queue right ? Just simply allocate PV and PVC for logstash entry ?

Hello,

It is not clear how this question relates to any tool in the Elastic stack, it seems like an infrastructure question.

If you are planning to use persisten queues in Logstash you just need a volume where your logstash instance can write and read, but how this volume will be is unrelated to Logstash, it is an infrastructure issue.

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