anurag321
Results
1
issues of
anurag321
I have set up the following code: curl -XPUT "localhost:9200/_auth/account" -d "{\"authenticator\":\"index\",\"username\" : \"testuser\", \"password\" : \"test123\", \"roles\" : [\"user\", \"admin\"]}" But even after this basic http://localhost:9200/_search works and does...
question