Hi,
This might a very simple question but i am new to logstash.
I have just configured my logstash instance with the following configuration in the logstash.yml file:
path.data: /var/lib/logstash queue.type: persisted queue.max_bytes: 2gb queue.page_capacity: 500mb queue.max_events: 0
Logstash reads data from redis and processes it and sends it to ES cluster.
When i restart my logstash, i dont see any indication regarding the persistent queue being used or created. There is no 'queue' file created in the path.data directory as mentioned in the docs.
What am i doing wrong?
Thanks.