Elasticsearch security features have been automatically configured!
Authentication is enabled and cluster connections are encrypted.
Unable to auto-generate the password for the elastic built-in superuser.
HTTP CA certificate SHA-256 fingerprint:
79732aa3bbb6855a2c2cc8a667f72fddcf6aa2f4f28aa79202af2be6009a3ae6
Unable to generate an enrollment token for Kibana instances, try invoking bin/elasticsearch-create-enrollment-token -s kibana
.
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.