Persistent queue Ruby exception wrong argument type String

Hi,

I'm getting an error only when persistent queues are enabled.

I enabled persistent queues with the following settings:

queue.type: persisted
path.queue: /etc/logstash/data/queue
queue.max_bytes: 8gb
queue.checkpoint.writes: 1

I'm getting this error:

[2017-03-17T17:52:00,212][ERROR][logstash.filters.ruby ] Ruby exception occurred: wrong argument type String (expected LogStash::Timestamp)

Are there any known issues with persistent queues and the ruby filter ?

Thanks,
E

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