I apologise if this is the wrong place (and a daft question) but I have a question regarding ElasticSearch 8.3.0 and user password.
In previous versions, once I have installed the ElasticSearch service ("elasticsearch-service install" and ingest attachment, I could then go to localhost:9200 and download/view the JSON file with no issues.
Since installing 8.3.0, I am getting prompted for a username/password. Has something changed now so a username/password is required? If so, what username/password is it looking for? Have I missed a step in the install?
when you installed on the console you would have seen something like this...
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Elasticsearch security features have been automatically configured!
ā Authentication is enabled and cluster connections are encrypted.
ā¹ļø Password for the elastic user (reset with `bin/elasticsearch-reset-password -u elastic`):
P3XkuBjB30EpSqas8ZV5
ā¹ļø HTTP CA certificate SHA-256 fingerprint:
ec6a75c66e0952b695782dbea399b26cdea2714172e0655b48ec4805321c1d45
ā¹ļø Configure Kibana to use this cluster:
⢠Run Kibana and click the configuration link in the terminal when Kibana starts.
⢠Copy the following enrollment token and paste it into Kibana in your browser (valid for the next 30 minutes):
eyJ2ZXIiOiI4LjIuMyIsImFkciI6WyIxOTIuMTY4LjIuMTA3OjkyMDAiXSwiZmdyIjoiZWM2YTc1YzY2ZTA5NTJiNjk1NzgyZGJlYTM5OWIyNmNkZWEyNzE0MTcyZTA2NTViNDhlYzQ4MDUzMjFjMWQ0NSIsImtleSI6Il9vV1lvSUVCN1dqdWN6aHlpNTExOnhWbGVGTlNyUVkyRzFtNnJtdUJmVXcifQ==
ā¹ļø Configure other nodes to join this cluster:
⢠On this node:
ā Create an enrollment token with `bin/elasticsearch-create-enrollment-token -s node`.
ā Uncomment the transport.host setting at the end of config/elasticsearch.yml.
ā Restart Elasticsearch.
⢠On other nodes:
ā Start Elasticsearch with `bin/elasticsearch --enrollment-token <token>`, using the enrollment token that you generated.
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.