I shall check with --debug information.
As I understand, whenever we bounce the logstash, if I don't set sincedb_path:
- if start_position => beginning : logs would be read again
- else start_position => end : logs written during the bouncing would be missed
So, I would require sincedb_path to avoid the above two scenarios.
Please correct me if I am wrong.