How to know the Acknowledge of message on logstash

Hi Team,

we want to know whether the messages in the queue are acknowledged or not. We use a persistent queue on the logstash.

Please let us know is there any way to get the status of it.

Acknowledged by whom?

Generally there is no acknowledgement or feedback to the pipeline when an event is either queued or removed from the queue and sent to the output (successfully or not).

Just to add to Badger post, maximum what you have is the in/out number and the duration. Check Stats API

If you want to manage your messages, you should use Kafka or similar.

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