-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelasticsearch.credential.txt
28 lines (15 loc) · 5.7 KB
/
elasticsearch.credential.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
-> 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:
6bff0c3c64c28d9e0cca74bc4f1b5e7d700a405da3424ff8e56d5a3e63f7fd20
-> 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.
===================
✅ 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`): =EUUyPvd7IeHNVj-DbKN ℹ️ HTTP CA certificate SHA-256 fingerprint: 6c5d141fe4e1751b900d54e714feb9d4e5afed6bfe7d29d63ab98a110d6103c9 ℹ️ 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): eyJ2ZXIiOiI4LjYuMSIsImFkciI6WyIxOTIuMTY4LjAuMTQ4OjkyMDAiXSwiZmdyIjoiNmM1ZDE0MWZlNGUxNzUxYjkwMGQ1NGU3MTRmZWI5ZDRlNWFmZWQ2YmZlN2QyOWQ2M2FiOThhMTEwZDYxMDNjOSIsImtleSI6IjQtcXpFb1lCbU40WTd1amQ3U1R3OnZUaEx5bE5vUnV1WGxhS2dNaU1JdncifQ== ℹ️ 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.