Skip to content

Adds known issue for aarch64 pwd generation #83654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/reference/release-notes/8.0.0-rc2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ data loss. If you upgrade from a released version, such as 7.16, to a
pre-release version for testing, discard the contents of the cluster when you are
done. Do not attempt to upgrade to the final 8.0 release.

* If you installed {es} from an archive on an aarch64 platform like Linux ARM or macOS M1, the
`elastic` user password and {kib} enrollment token are not generated
automatically when starting your node for the first time.
+
--
After the node starts, generate the `elastic` password with the
<<reset-password,`bin/elasticsearch-reset-password`>> tool:

[source,bash]
----
bin/elasticsearch-reset-password -u elastic
----

Then, create an enrollment token for {kib} with the
<<create-enrollment-token,`bin/elasticsearch-create-enrollment-token`>> tool:

[source,bash]
----
bin/elasticsearch-create-enrollment-token -s kibana
----
--
[[deprecation-8.0.0-rc2]]
[float]
=== Deprecations
Expand Down