Skip to content

Commit 9d867cd

Browse files
jkakavasAdam Locke
andauthored
Adds known issue for aarch64 pwd generation (#83654)
We figured out that on Linux and macOS aarch64, we can't determine whether a terminal is attached to elasticsearch and as such we don't print the elastic password and enrollment token on node first startup. This is resolved in #83566 by updating the underlying library we use to detect the terminal. Co-authored-by: Adam Locke <[email protected]>
1 parent 0372613 commit 9d867cd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/reference/release-notes/8.0.0-rc2.asciidoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,27 @@ data loss. If you upgrade from a released version, such as 7.16, to a
1515
pre-release version for testing, discard the contents of the cluster when you are
1616
done. Do not attempt to upgrade to the final 8.0 release.
1717

18+
* If you installed {es} from an archive on an aarch64 platform like Linux ARM or macOS M1, the
19+
`elastic` user password and {kib} enrollment token are not generated
20+
automatically when starting your node for the first time.
21+
+
22+
--
23+
After the node starts, generate the `elastic` password with the
24+
<<reset-password,`bin/elasticsearch-reset-password`>> tool:
25+
26+
[source,bash]
27+
----
28+
bin/elasticsearch-reset-password -u elastic
29+
----
30+
31+
Then, create an enrollment token for {kib} with the
32+
<<create-enrollment-token,`bin/elasticsearch-create-enrollment-token`>> tool:
33+
34+
[source,bash]
35+
----
36+
bin/elasticsearch-create-enrollment-token -s kibana
37+
----
38+
--
1839
[[deprecation-8.0.0-rc2]]
1940
[float]
2041
=== Deprecations

0 commit comments

Comments
 (0)