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.
you need create a user , like: test, tips: test must be client hosts login users.
in client hosts, user kerberos login kinit -kt /home/test/user.keytab test this command will output nothing, that means success.
run logstash output like this.
webhdfs { host => "vm32103" port => 25002 standby_host => "vm32102" standby_port => 25002 ** user => "test" ** path => "/user/test/testvm102.log" compression => "none" codec => "json" use_kerberos_auth => true kerberos_keytab => "/tmp/user.keytab" }