rmadoori
(Rajeshwer rao Madoori)
October 3, 2018, 10:01pm
1
/elasticsearch-setup-passwords interactive
Unexpected response code [404] from calling GET http://172.0.0.1:9200/_xpack/security/_authenticate?pretty
It doesn't look like the X-Pack security feature is enabled on this Elasticsearch node.
Please check if you have enabled X-Pack security in your elasticsearch.yml configuration file.
ERROR: X-Pack Security is disabled by configuration.
rmadoori
(Rajeshwer rao Madoori)
October 3, 2018, 10:04pm
2
curl -XGET http://172.0.0.x:9200/_xpack/security/_authenticate?pretty { "error" : { "root_cause" : [ { "type" : "index_not_found_exception", "reason" : "no such index", "resource.type" : "index_expression", "resource.id" : "_xpack", "index_uuid" : "_na_", "index" : "_xpack" } ], "type" : "index_not_found_exception", "reason" : "no such index", "resource.type" : "index_expression", "resource.id" : "_xpack", "index_uuid" : "_na_", "index" : "_xpack" }, "status" : 404 }
system
(system)
Closed
October 31, 2018, 10:04pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.