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 b9fa85a commit 33ce1aeCopy full SHA for 33ce1ae
lib/logstash/inputs/file.rb
@@ -25,7 +25,7 @@ class LogStash::Inputs::File < LogStash::Inputs::Base
25
# Paths must be absolute and cannot be relative.
26
#
27
# You may also configure multiple paths. See an example
28
- # on the [Logstash configuration page](configuration#array).
+ # on the <<array,Logstash configuration page>>.
29
config :path, :validate => :array, :required => true
30
31
# Exclusions (matched against the filename, not full path). Globs
0 commit comments