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
As of version 6.3.0, {xpack} is now https://www.elastic.co/products/x-pack/open[bundled by default]. The final step allows a choice of the type of {xpack} license to install, in addition to security configuration and built-in user configuration:
79
+
As of version 6.3.0, X-Pack is now https://www.elastic.co/products/x-pack/open[bundled by default]. The final step allows a choice of the type of X-Pack license to install, in addition to security configuration and built-in user configuration:
NOTE: {xpack} includes a choice of a Trial or Basic license for 30 days. After that, you can obtain one of the
85
-
https://www.elastic.co/subscriptions[available subscriptions] or {ref}/security-settings.html[disable Security].
86
-
The Basic license is free and includes the https://www.elastic.co/products/x-pack/monitoring[Monitoring] extension.
84
+
NOTE: X-Pack includes a choice of a Trial or Basic license. A Trial license is valid for 30 days, after which you can obtain one of the available subscriptions. The Basic license is free and perpetual. Consult the https://www.elastic.co/subscriptions[available subscriptions] for further details on which features are available under which license.
87
85
88
86
After clicking the install button, the installation will begin:
89
87
@@ -282,56 +280,57 @@ as _properties_ within Windows Installer documentation) that can be passed to `m
282
280
283
281
`XPACKLICENSE`::
284
282
285
-
The type of {xpack} license to install, either `Basic` or `Trial`. Defaults to `Basic`
283
+
The type of X-Pack license to install, either `Basic` or `Trial`. Defaults to `Basic`
286
284
287
285
`XPACKSECURITYENABLED`::
288
286
289
-
When installing with a `Trial` license, whether {xpack} Security should be enabled.
287
+
When installing with a `Trial` license, whether X-Pack Security should be enabled.
290
288
Defaults to `true`
291
289
292
290
`BOOTSTRAPPASSWORD`::
293
291
294
-
When installing with a `Trial` license and {xpack} Security enabled, the password to
292
+
When installing with a `Trial` license and X-Pack Security enabled, the password to
295
293
used to bootstrap the cluster and persisted as the `bootstrap.password` setting in the keystore.
296
294
Defaults to a randomized value.
297
295
298
296
`SKIPSETTINGPASSWORDS`::
299
297
300
-
When installing with a `Trial` license and {xpack} Security enabled, whether the
298
+
When installing with a `Trial` license and X-Pack Security enabled, whether the
301
299
installation should skip setting up the built-in users `elastic`, `kibana` and `logstash_system`.
302
300
Defaults to `false`
303
301
304
302
`ELASTICUSERPASSWORD`::
305
303
306
-
When installing with a `Trial` license and {xpack} Security enabled, the password
304
+
When installing with a `Trial` license and X-Pack Security enabled, the password
307
305
to use for the built-in user `elastic`. Defaults to `""`
308
306
309
307
`KIBANAUSERPASSWORD`::
310
308
311
-
When installing with a `Trial` license and {xpack} Security enabled, the password
309
+
When installing with a `Trial` license and X-Pack Security enabled, the password
312
310
to use for the built-in user `kibana`. Defaults to `""`
313
311
314
312
`LOGSTASHSYSTEMUSERPASSWORD`::
315
313
316
-
When installing with a `Trial` license and {xpack} Security enabled, the password
314
+
When installing with a `Trial` license and X-Pack Security enabled, the password
317
315
to use for the built-in user `logstash_system`. Defaults to `""`
318
316
319
317
To pass a value, simply append the property name and value using the format `<PROPERTYNAME>="<VALUE>"` to
320
-
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}]:
318
+
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]:
The `.msi` package handles uninstallation of all directories and files added as part of installation.
468
467
469
-
WARNING: Uninstallation will remove **all** directories and their contents created as part of
470
-
installation, **including data within the data directory**. If you wish to retain your data upon
471
-
uninstallation, it is recommended that you make a copy of the data directory beforehand or consider using the snapshot API.
468
+
WARNING: Uninstallation will remove **all** contents created as part of
469
+
installation, **except for data, config or logs directories**. It is recommended that you make a copy of your data directory before upgrading or consider using the snapshot API.
472
470
473
471
MSI installer packages do not provide a GUI for uninstallation. An installed program can be uninstalled
474
472
by pressing the Windows key and typing `add or remove programs` to open the system settings.
475
473
476
-
Once opened, find the {es} installation within the list of installed applications, click
474
+
Once opened, find the Elasticsearch installation within the list of installed applications, click
0 commit comments