auto-config-output.asciidoc 729 B

1234567891011121314151617181920212223
  1. [role="exclude"]
  2. ["source","sh",subs="attributes"]
  3. ----
  4. The generated password for the elastic built-in superuser is:
  5. <password>
  6. The enrollment token for Kibana instances, valid for the next 30 minutes:
  7. <enrollment-token>
  8. The hex-encoded SHA-256 fingerprint of the generated HTTPS CA DER-encoded certificate:
  9. <fingerprint>
  10. You can complete the following actions at any time:
  11. Reset the password of the elastic built-in superuser with
  12. 'bin{slash}elasticsearch-reset-password -u elastic'.
  13. Generate an enrollment token for Kibana instances with
  14. 'bin{slash}elasticsearch-create-enrollment-token -s kibana'.
  15. Generate an enrollment token for Elasticsearch nodes with
  16. 'bin{slash}elasticsearch-create-enrollment-token -s node'.
  17. ----