Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

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

Open
jc4jc3jc0jc1 opened this issue Jul 4, 2014 · 1 comment
Open
Labels

Comments

@jc4jc3jc0jc1
Copy link

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

@marevol
Copy link
Contributor

marevol commented Jul 4, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants