You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: