elasticsearch-auth icon indicating copy to clipboard operation
elasticsearch-auth copied to clipboard

No handler found for uri [/_auth/account] and method [PUT]

Open jc4jc3jc0jc1 opened this issue 11 years ago • 1 comments

After I place the file elasticsearch-auth-master inside of elasticsearch/bin/plugins, the above error showed up when I input curl -XPUT 'localhost:9200/_auth/account' -d "{ "authenticator" : "index", "username" : "testuser", "password" : "test123", "roles" : ["user", "admin"] }" I would like to know why

jc4jc3jc0jc1 avatar Jul 04 '14 01:07 jc4jc3jc0jc1

Could you check Elasticsearch's log file? I think that the plugin installation was failed...

marevol avatar Jul 04 '14 01:07 marevol