I download elastic 6.1.4
Unzip elastic 6.1.4
install x-pack
start elasticsearch 6.1.4
run setup-passwords auto
Unexpected response code [403] from calling GET http://127.0.0.1:9200/_xpack/security/_authenticate?pretty
Possible causes include:
- The relative path of the URL is incorrect. Is there a proxy in-between?
- The protocol (http/https) does not match the port.
- Is this really an Elasticsearch server?
ERROR: Uknown error
I don't understand. Once i install x-pack it will require authentication to access, yet that setup-plugins appears to try and hit ES without it... so it fails. How in the heck is that ever supposed to work?