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.