I'm trying to re-parse old logs with a newer configuration; is there any way to do this?
I'm using two servers: one with logstash-forwarder (lumberjack) and one with elasticsearch and logstash. (*All of these are the most recent releases.)
I have seen: http://logstash.net/docs/1.4.2/inputs/file#sincedb_path and do not have a sincedb on the forwarder server. (*I'm aware that sincedb is optional.)
So if sincedb is optional, where is the tail located -- obviously the logs are being tracked, but I cannot find where.
Thanks in advance!