Hi,
I have configured logstash with persistent queue, but when i restart the service, they send again the older logs, instead of checkpoint logs. It is a problem, because we have duplicated logs, and as long as they are not sent again, I have no record of the new logs.
Anyone can help me?
Logstash Version: 5.2.2
logstash.yml
path.queue: /mnt/logstash
queue.max_bytes: 10gb
pipeline.batch.size: 2500
pipeline.workers: 4
Thanks,
Paulo