Skip to content

Commit 4363470

Browse files
author
Suyog Rao
authored
Update sincedb_path docs
1 parent 9a5b31a commit 4363470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class LogStash::Inputs::File < LogStash::Inputs::Base
120120

121121
# Path of the sincedb database file (keeps track of the current
122122
# position of monitored log files) that will be written to disk.
123-
# The default will write sincedb files to some path matching `$HOME/.sincedb*`
123+
# The default will write sincedb files to `<path.data>/plugins/inputs/file`
124124
# NOTE: it must be a file path and not a directory path
125125
config :sincedb_path, :validate => :string
126126

0 commit comments

Comments
 (0)