Hi,
I can't find out any sincedb files in $HOME or assign directory . The input configure above.
When i restart logstash service. it always reload all record in files to Elasticsearch. but i not see any error about sincedb in log (logstash-plain.log). So. I don't know what happen???
How to check this problems and fix?
Thanks
input {
file {
path => "/u1/Syslog/dg_*"
start_position => "beginning"
sincedb_path => "/u1/SinceLog/dg"
tags => ["SYSLOG"]
codec => plain {
charset => "UTF-8"
}
}
}