Skip to content

Commit

Permalink
Update file.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo authored and jordansissel committed May 29, 2015
1 parent b9fa85a commit 33ce1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/inputs/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class LogStash::Inputs::File < LogStash::Inputs::Base
# Paths must be absolute and cannot be relative.
#
# You may also configure multiple paths. See an example
# on the [Logstash configuration page](configuration#array).
# on the <<array,Logstash configuration page>>.
config :path, :validate => :array, :required => true

# Exclusions (matched against the filename, not full path). Globs
Expand Down

0 comments on commit 33ce1ae

Please sign in to comment.