Skip to content

Commit 663295d

Browse files
committed
[DOCS] Replace X-Pack terms with attributes
1 parent 75665a2 commit 663295d

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

docs/reference/setup/install/windows.asciidoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ part of the installation, with the option to configure a HTTPS proxy through whi
7979
[[msi-installer-selected-plugins]]
8080
image::images/msi_installer/msi_installer_selected_plugins.png[]
8181

82-
Upon choosing to install X-Pack plugin, an additional step allows a choice of the type of X-Pack
83-
license to install, in addition to X-Pack Security configuration and built-in user configuration:
82+
Upon choosing to install {xpack} plugin, an additional step allows a choice of the type of {xpack}
83+
license to install, in addition to {security} configuration and built-in user configuration:
8484

8585
[[msi-installer-xpack]]
8686
image::images/msi_installer/msi_installer_xpack.png[]
8787

88-
NOTE: X-Pack includes a choice of a Trial or Basic license for 30 days. After that, you can obtain one of the
88+
NOTE: {xpack} includes a choice of a Trial or Basic license for 30 days. After that, you can obtain one of the
8989
https://www.elastic.co/subscriptions[available subscriptions] or {ref}/security-settings.html[disable Security].
9090
The Basic license is free and includes the https://www.elastic.co/products/x-pack/monitoring[Monitoring] extension.
9191

@@ -286,43 +286,43 @@ as _properties_ within Windows Installer documentation) that can be passed to ms
286286

287287
`XPACKLICENSE`::
288288

289-
When installing X-Pack plugin, the type of license to install,
289+
When installing {xpack} plugin, the type of license to install,
290290
either `Basic` or `Trial`. Defaults to `Basic`
291291

292292
`XPACKSECURITYENABLED`::
293293

294-
When installing X-Pack plugin with a `Trial` license, whether X-Pack Security should be enabled.
294+
When installing {xpack} plugin with a `Trial` license, whether {security} should be enabled.
295295
Defaults to `true`
296296

297297
`BOOTSTRAPPASSWORD`::
298298

299-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password to
299+
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password to
300300
used to bootstrap the cluster and persisted as the `bootstrap.password` setting in the keystore.
301301
Defaults to a randomized value.
302302

303303
`SKIPSETTINGPASSWORDS`::
304304

305-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, whether the
305+
When installing {xpack} plugin with a `Trial` license and {security} enabled, whether the
306306
installation should skip setting up the built-in users `elastic`, `kibana` and `logstash_system`.
307307
Defaults to `false`
308308

309309
`ELASTICUSERPASSWORD`::
310310

311-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password
311+
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password
312312
to use for the built-in user `elastic`. Defaults to `""`
313313

314314
`KIBANAUSERPASSWORD`::
315315

316-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password
316+
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password
317317
to use for the built-in user `kibana`. Defaults to `""`
318318

319319
`LOGSTASHSYSTEMUSERPASSWORD`::
320320

321-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password
321+
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password
322322
to use for the built-in user `logstash_system`. Defaults to `""`
323323

324324
To pass a value, simply append the property name and value using the format `<PROPERTYNAME>="<VALUE>"` to
325-
the installation command. For example, to use a different installation directory to the default one and to install https://www.elastic.co/products/x-pack[X-Pack]:
325+
the installation command. For example, to use a different installation directory to the default one and to install https://www.elastic.co/products/x-pack[{xpack}]:
326326

327327
["source","sh",subs="attributes,callouts"]
328328
--------------------------------------------

x-pack/docs/en/security/authentication/built-in-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the `logstash.yml` configuration file:
118118
xpack.monitoring.elasticsearch.password: logstashpassword
119119
----------------------------------------------------------
120120

121-
If you have upgraded from an older version of elasticsearch/x-pack,
121+
If you have upgraded from an older version of Elasticsearch,
122122
the `logstash_system` user may have defaulted to _disabled_ for security reasons.
123123
Once the password has been changed, you can enable the user via the following API call:
124124

x-pack/docs/en/security/authentication/custom-realm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public AuthenticationFailureHandler getAuthenticationFailureHandler() {
5050
----------------------------------------------------
5151
+
5252
The `getAuthenticationFailureHandler` method is used to optionally provide a
53-
custom `AuthenticationFailureHandler`, which will control how X-Pack responds
53+
custom `AuthenticationFailureHandler`, which will control how {security} responds
5454
in certain authentication failure events.
5555
+
5656
[source,java]

x-pack/docs/en/security/gs-index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Security protects Elasticsearch clusters by:
2525
To prevent unauthorized access to your Elasticsearch cluster, you must have a
2626
way to _authenticate_ users. This simply means that you need a way to validate
2727
that a user is who they claim to be. For example, you have to make sure only
28-
the person named _Kelsey Andorra_ can sign in as the user `kandorra`. X-Pack
29-
Security provides a standalone authentication mechanism that enables you to
28+
the person named _Kelsey Andorra_ can sign in as the user `kandorra`. {security}
29+
provides a standalone authentication mechanism that enables you to
3030
quickly password-protect your cluster. If you're already using {xpack-ref}/ldap-realm.html[LDAP],
3131
{xpack-ref}/active-directory-realm.html[ Active Directory], or {xpack-ref}/pki-realm.html[ PKI] to manage
3232
users in your organization, {security} is able to integrate with those
@@ -83,7 +83,7 @@ issues.
8383

8484
* {xpack-ref}/ccs-clients-integrations.html[Integrations]
8585
shows you how to interact with an Elasticsearch cluster protected by
86-
X-Pack Security.
86+
{security}.
8787

8888
* {xpack-ref}/security-reference.html[Reference]
8989
provides detailed information about the access privileges you can grant to

x-pack/docs/en/security/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Security protects Elasticsearch clusters by:
2626
To prevent unauthorized access to your Elasticsearch cluster, you must have a
2727
way to _authenticate_ users. This simply means that you need a way to validate
2828
that a user is who they claim to be. For example, you have to make sure only
29-
the person named _Kelsey Andorra_ can sign in as the user `kandorra`. X-Pack
30-
Security provides a standalone authentication mechanism that enables you to
29+
the person named _Kelsey Andorra_ can sign in as the user `kandorra`. {security}
30+
provides a standalone authentication mechanism that enables you to
3131
quickly password-protect your cluster. If you're already using <<ldap-realm, LDAP>>,
3232
<<active-directory-realm, Active Directory>>, or <<pki-realm, PKI>> to manage
3333
users in your organization, {security} is able to integrate with those
@@ -81,7 +81,7 @@ issues.
8181

8282
* <<ccs-clients-integrations>>
8383
shows you how to interact with an Elasticsearch cluster protected by
84-
X-Pack Security.
84+
{security}.
8585

8686
* <<security-reference, Reference>>
8787
provides detailed information about the access privileges you can grant to

0 commit comments

Comments
 (0)