Skip to content

Documentation error #9

@yachtsman60

Description

@yachtsman60

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".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions