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
A list of common plugins that can be downloaded and installed as
73
-
part of the installation, with the option to configure a HTTPS proxy through which to download:
72
+
A list of common plugins that can be downloaded and installed as part of the installation, with the option to configure a HTTPS proxy through which to download these plugins.
73
+
74
+
TIP: Ensure the installation machine has access to the internet and that any corporate firewalls in place are configured to allow downloads from `artifacts.elastic.co`:
Upon choosing to install {xpack} plugin, an additional step allows a choice of the type of {xpack}
79
-
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
-
After clicking the install button, the installer will begin installation:
86
+
After clicking the install button, the installation will begin:
By default, msiexec does not wait for the installation process to complete, since it runs in the
108
+
By default, `msiexec.exe` does not wait for the installation process to complete, since it runs in the
111
109
Windows subsystem. To wait on the process to finish and ensure that `%ERRORLEVEL%` is set
112
110
accordingly, it is recommended to use `start /wait` to create a process and wait for it to exit
113
111
@@ -132,13 +130,13 @@ Supported Windows Installer command line arguments can be viewed using
132
130
msiexec.exe /help
133
131
--------------------------------------------
134
132
135
-
or by consulting the https://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx[Windows Installer SDK Command-Line Options].
133
+
...or by consulting the https://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx[Windows Installer SDK Command-Line Options].
136
134
137
135
[[msi-command-line-options]]
138
136
==== Command line options
139
137
140
138
All settings exposed within the GUI are also available as command line arguments (referred to
141
-
as _properties_ within Windows Installer documentation) that can be passed to msiexec:
139
+
as _properties_ within Windows Installer documentation) that can be passed to `msiexec.exe`:
142
140
143
141
[horizontal]
144
142
`INSTALLDIR`::
@@ -282,57 +280,57 @@ as _properties_ within Windows Installer documentation) that can be passed to ms
282
280
283
281
`XPACKLICENSE`::
284
282
285
-
When installing {xpack} plugin, the type of license to install,
286
-
either `Basic` or `Trial`. Defaults to `Basic`
283
+
The type of X-Pack license to install, either `Basic` or `Trial`. Defaults to `Basic`
287
284
288
285
`XPACKSECURITYENABLED`::
289
286
290
-
When installing {xpack} plugin with a `Trial` license, whether {security} should be enabled.
287
+
When installing with a `Trial` license, whether X-Pack Security should be enabled.
291
288
Defaults to `true`
292
289
293
290
`BOOTSTRAPPASSWORD`::
294
291
295
-
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password to
292
+
When installing with a `Trial` license and X-Pack Security enabled, the password to
296
293
used to bootstrap the cluster and persisted as the `bootstrap.password` setting in the keystore.
297
294
Defaults to a randomized value.
298
295
299
296
`SKIPSETTINGPASSWORDS`::
300
297
301
-
When installing {xpack} plugin with a `Trial` license and {security} enabled, whether the
298
+
When installing with a `Trial` license and X-Pack Security enabled, whether the
302
299
installation should skip setting up the built-in users `elastic`, `kibana` and `logstash_system`.
303
300
Defaults to `false`
304
301
305
302
`ELASTICUSERPASSWORD`::
306
303
307
-
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password
304
+
When installing with a `Trial` license and X-Pack Security enabled, the password
308
305
to use for the built-in user `elastic`. Defaults to `""`
309
306
310
307
`KIBANAUSERPASSWORD`::
311
308
312
-
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password
309
+
When installing with a `Trial` license and X-Pack Security enabled, the password
313
310
to use for the built-in user `kibana`. Defaults to `""`
314
311
315
312
`LOGSTASHSYSTEMUSERPASSWORD`::
316
313
317
-
When installing {xpack} plugin with a `Trial` license and {security} enabled, the password
314
+
When installing with a `Trial` license and X-Pack Security enabled, the password
318
315
to use for the built-in user `logstash_system`. Defaults to `""`
319
316
320
317
To pass a value, simply append the property name and value using the format `<PROPERTYNAME>="<VALUE>"` to
321
-
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 before uninstallation.
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.
0 commit comments