Reading Static logs

Hi,

Is there any guide on reading static logs. I have the logs that will be shipped to another server and read by logstash(for now i cannot use forwarder).

Regards,
Debarun

This should be straight forward to do with the file input. But make sure you understand how sincedb and the start_position and ignore_older options work (see the file input documentation).

Hi Magnus,

Thanks it works great.

Regards,
Debarun.