Persistent queue and kafka

Hi,
we are using logstash with persistent queue feature enabled and the following setup:

filebeat ---> logstash (with PQ) ---> elasticsearch

Now we are moving to a kafka based setup like that:

filebeat ---> kafka ----> logstash ---> elasticsearch

In this kind of setup, I think we still neet PQ enabled in order to avoid data loss, right?

1 Like

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