We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5b31a commit 4363470Copy full SHA for 4363470
lib/logstash/inputs/file.rb
@@ -120,7 +120,7 @@ class LogStash::Inputs::File < LogStash::Inputs::Base
120
121
# Path of the sincedb database file (keeps track of the current
122
# position of monitored log files) that will be written to disk.
123
- # The default will write sincedb files to some path matching `$HOME/.sincedb*`
+ # The default will write sincedb files to `<path.data>/plugins/inputs/file`
124
# NOTE: it must be a file path and not a directory path
125
config :sincedb_path, :validate => :string
126
0 commit comments