I'm using filebeat version 5.0.0-alpha5 (amd64), libbeat 5.0.0-alpha5 in following config:
paths:
- /pasth/to/access.log.*
clean_removed: true
close_inactive: 2m
(snip)
I launch filebeat at '2016/8/26 11:30'.
The following log(/var/log/filebeat/filebeat) was output.
2016-08-26T11:17:00+09:00 ERR State for /pasth/to/access.log.2016080705-50 should have been dropped, but couldn't as state is not finished.
2016-08-26T11:17:00+09:00 ERR State for /pasth/to/access.log.2016080705-55 should have been dropped, but couldn't as state is not finished.
2016-08-26T11:17:00+09:00 ERR State for /pasth/to/access.log.2016080706-00 should have been dropped, but couldn't as state is not finished.
(snip)
I set 2 params(clean_removed, close_inactive) to config to remove this ERR State log.
If I am wrong, please tell me advise about this issue.