Skip to content

Commit 4d8dd1f

Browse files
author
Adam Locke
authored
[DOCS] Fix typos in 8.0 security migration (#79802)
* [DOCS] Fix typo * Fix other typos * Fix line break in deprecation notice
1 parent 8599e6e commit 4d8dd1f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/reference/commands/setup-passwords.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[[setup-passwords]]
44
== elasticsearch-setup-passwords
55

6-
deprecated[8.0, "The `elasticsearch-setup-passwords` tool is deprecated and will be removed in a future release. To manually reset the password for the builtin users (including the `elastic` user), use the <<reset-password,`elasticsearch-reset-password` tool>>, the {es} change password API, or the User Management features in {kib}."]
6+
deprecated[8.0, "The `elasticsearch-setup-passwords` tool is deprecated and will be removed in a future release. To manually reset the password for the built-in users (including the `elastic` user), use the <<reset-password,`elasticsearch-reset-password`>> tool, the {es} change password API, or the User Management features in {kib}."]
77

88
The `elasticsearch-setup-passwords` command sets the passwords for the
99
<<built-in-users,built-in users>>.

docs/reference/migration/migrate_8_0/security.asciidoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
====
1313
*Details* +
1414
In 8.0, we're deprecating the `elasticsearch-setup-passwords` tool. To
15-
manually reset the password for builtin users (including the `elastic` user), use
16-
the {ref}/reset-password.html[`elasticsearch-reset-password`], the {es}
15+
manually reset the password for built-in users (including the `elastic` user), use
16+
the {ref}/reset-password.html[`elasticsearch-reset-password`] tool, the {es}
1717
{ref}/security-api-change-password.html[change passwords API], or the
18-
User Management features in {kib}". We will remove the
18+
User Management features in {kib}. We will remove the
1919
`elasticsearch-setup-passwords` tool in a future release.
2020
2121
*Impact* +
@@ -42,7 +42,7 @@ not permitted by license, or explicitly disabled, the file and native realms
4242
were enabled, even if explicitly disabled.
4343
4444
*Impact* +
45-
To explicilty disable the file or native realm, set the respective
45+
To explicitly disable the file or native realm, set the respective
4646
`file.<realm-name>.enabled` or `native.<realm-name>.enabled` setting to `false`
4747
under the `xpack.security.authc.realms` namespace in `elasticsearch.yml`.
4848
@@ -97,12 +97,12 @@ now rolled-over by disk size limit as well. Moreover, the rolled-over logs
9797
are also gzip compressed.
9898
9999
*Impact* +
100-
The names of rolled over audit logfiles (but not the name of the current log)
100+
The names of rolled over audit log files (but not the name of the current log)
101101
have changed.
102-
If you've setup automated tools to consume these files, you must configure them
103-
to use the new names and to possibly account for gzip archives instead of plaintext.
104-
The Docker build of Elasticsearch is not affected since it logs on stdout where
105-
rollover is not performed.
102+
If you've set up automated tools to consume these files, you must configure them
103+
to use the new names and to possibly account for `gzip` archives instead of
104+
plain text. The Docker build of {es} is not affected because it logs on `stdout`,
105+
where rollover is not performed.
106106
====
107107

108108
[[accept-default-password-removed]]
@@ -142,7 +142,7 @@ these settings in `elasticsearch.yml` will result in an error on startup.
142142
*Details* +
143143
The `elasticsearch-migrate` tool provided a way to convert file
144144
realm users and roles into the native realm. It has been deprecated
145-
since 7.2.0. Users and roles should now be created in the native
145+
since {es} 7.2.0. Users and roles should now be created in the native
146146
realm directly.
147147
148148
*Impact* +

0 commit comments

Comments
 (0)