Wie kann ich einen User in Elasticsearch erstellen?
D:\Downloads>curl -X POST "http://localhost:9200/_security/service/kibana/_create" -u elastic:*y_mEkRRJHEBLK7ird=*
{"error":"Incorrect HTTP method for uri [/_security/service/kibana/_create] and method [POST], allowed: [GET]","status":405}
Ich habe es aber auch mit GET probiert und das geht auch nicht.
D:\Downloads>curl -X GET "http://localhost:9200/_security/service/kibana/_create" -u elastic:*y_mEkRRJHEBLK7ird=*
{}