-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
The Usage section states you supply the following configuration.
"webhdfs {
server => "127.0.0.1:50070" # (required)
path => "/user/logstash/dt=%{+YYYY-MM-dd}/logstash-%{+HH}.log" # (required)
user => "hue" # (required)
}"
But the synopsis states that you supply the following configuration.
"webhdfs {
host => ...
path => ...
user => ...
}"
I believe "host" is correct and "server" is incorrect and should be changed to read "host".