PandKing
(Scot)
April 25, 2018, 12:40am
3
Corrupt PQ seems to be a theme in LS with still no tools of docs.
Is it recommended not use use PQ ?
Can someone share the config they were having issues with and the config they had working? Then I can see if one of the dev team can take a closer look.
Running ELK 5.6.5 with persistent queue enabled in logstash.yml running on centos 7.1
queue.type: persisted
queue.max_events: 50
Run into following exception frequently
org.logstash.ackedqueue.io.AbstractByteBufferPageIO$PageIOInvalidVersionException: Expected page version=1 but found version=0
entire server running ELK is powered off instantaneously (or sometime given 5 seconds after SIGTERM) for High Availability testing. Only way to recover (restart logstash) is delete the queue and fo…
Hi,
We've had some cases where something happens, our logstash pipeline crashes and attempts to restart, but is unable to start up again because it fails to create the persistent queue. When this happens, I have to go in and clear out the page and checkpoint files, and then the pipeline starts. We are using 4 workers, logstash version 5.6.3 via docker, and our pipeline has two jdbc inputs and two elasticsearch outputs.
This has happened a few times, and the logs look a bit different for each t…