Rename logstash sincedb file

I have a logstash that runs with sincedb_path set to "sincedb_test" and I want to rename the file as "test"; will it cause all logs to be re-processed again? If I rename the sincedb and run logstash again will it ignore the already processed logs?

You would need to rename the file and update your config, but it should work.