mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
* [DOCS] Update Windows .zip install instructions for security ON by default * Rework instructions for running as a service on Windows * Update wording and add variable for back/forward slashes * Relocating enroll nodes steps and introducing variables Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
23 lines
No EOL
729 B
Text
23 lines
No EOL
729 B
Text
[role="exclude"]
|
|
|
|
["source","sh",subs="attributes"]
|
|
----
|
|
The generated password for the elastic built-in superuser is:
|
|
<password>
|
|
|
|
The enrollment token for Kibana instances, valid for the next 30 minutes:
|
|
<enrollment-token>
|
|
|
|
The hex-encoded SHA-256 fingerprint of the generated HTTPS CA DER-encoded certificate:
|
|
<fingerprint>
|
|
|
|
You can complete the following actions at any time:
|
|
Reset the password of the elastic built-in superuser with
|
|
'bin{slash}elasticsearch-reset-password -u elastic'.
|
|
|
|
Generate an enrollment token for Kibana instances with
|
|
'bin{slash}elasticsearch-create-enrollment-token -s kibana'.
|
|
|
|
Generate an enrollment token for Elasticsearch nodes with
|
|
'bin{slash}elasticsearch-create-enrollment-token -s node'.
|
|
---- |