You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
89
89
https://www.elastic.co/subscriptions[available subscriptions] or {ref}/security-settings.html[disable Security].
90
90
The Basic license is free and includes the https://www.elastic.co/products/x-pack/monitoring[Monitoring] extension.
91
91
@@ -286,43 +286,43 @@ as _properties_ within Windows Installer documentation) that can be passed to ms
286
286
287
287
`XPACKLICENSE`::
288
288
289
-
When installing X-Pack plugin, the type of license to install,
289
+
When installing {xpack} plugin, the type of license to install,
290
290
either `Basic` or `Trial`. Defaults to `Basic`
291
291
292
292
`XPACKSECURITYENABLED`::
293
293
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.
295
295
Defaults to `true`
296
296
297
297
`BOOTSTRAPPASSWORD`::
298
298
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
300
300
used to bootstrap the cluster and persisted as the `bootstrap.password` setting in the keystore.
301
301
Defaults to a randomized value.
302
302
303
303
`SKIPSETTINGPASSWORDS`::
304
304
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
306
306
installation should skip setting up the built-in users `elastic`, `kibana` and `logstash_system`.
307
307
Defaults to `false`
308
308
309
309
`ELASTICUSERPASSWORD`::
310
310
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
312
312
to use for the built-in user `elastic`. Defaults to `""`
313
313
314
314
`KIBANAUSERPASSWORD`::
315
315
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
317
317
to use for the built-in user `kibana`. Defaults to `""`
318
318
319
319
`LOGSTASHSYSTEMUSERPASSWORD`::
320
320
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
322
322
to use for the built-in user `logstash_system`. Defaults to `""`
323
323
324
324
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}]:
0 commit comments