✅ 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`): U_BCBcrg6xZ9=6Xa0cRv
ℹ️ HTTP CA certificate SHA-256 fingerprint: 5f26e4022ca8e19d1a7152eb80e7517840a7e162a82978223d7d1725ad616d22
ℹ️ 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): eyJ2ZXIiOiI4LjE0LjAiLCJhZHIiOlsiMTkyLjE2OC40My4xMDc6OTIwMCJdLCJmZ3IiOiI1ZjI2ZTQwMjJjYThlMTlkMWE3MTUyZWI4MGU3NTE3ODQwYTdlMTYyYTgyOTc4MjIzZDdkMTcyNWFkNjE2ZDIyIiwia2V5IjoiQ3hvei00OEIwRTIxWDVnaDREU1Q6SE1leTgyaWxUMnVjQU1QWUdpdjkydyJ9
ℹ️ 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.