Can't find out sincedb files

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"
}
}
}

Sorry, I had find out this sincedb file in difference path.

/var/lib/logstash/plugins/inputs/file/.sincedb_361712d89ba43f7fec1c0cdbd7cfb71f

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.