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 X-Pack plugin, an additional step allows a choice of the type of X-Pack
79
-
license to install, in addition to X-Pack Security configuration and built-in user configuration:
79
+
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:
By default, msiexec does not wait for the installation process to complete, since it runs in the
110
+
By default, `msiexec.exe` does not wait for the installation process to complete, since it runs in the
111
111
Windows subsystem. To wait on the process to finish and ensure that `%ERRORLEVEL%` is set
112
112
accordingly, it is recommended to use `start /wait` to create a process and wait for it to exit
113
113
@@ -132,13 +132,13 @@ Supported Windows Installer command line arguments can be viewed using
132
132
msiexec.exe /help
133
133
--------------------------------------------
134
134
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].
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].
136
136
137
137
[[msi-command-line-options]]
138
138
==== Command line options
139
139
140
140
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:
141
+
as _properties_ within Windows Installer documentation) that can be passed to `msiexec.exe`:
142
142
143
143
[horizontal]
144
144
`INSTALLDIR`::
@@ -282,43 +282,42 @@ as _properties_ within Windows Installer documentation) that can be passed to ms
282
282
283
283
`XPACKLICENSE`::
284
284
285
-
When installing X-Pack plugin, the type of license to install,
286
-
either `Basic` or `Trial`. Defaults to `Basic`
285
+
The type of {xpack} license to install, either `Basic` or `Trial`. Defaults to `Basic`
287
286
288
287
`XPACKSECURITYENABLED`::
289
288
290
-
When installing X-Pack plugin with a `Trial` license, whether X-Pack Security should be enabled.
289
+
When installing with a `Trial` license, whether {xpack} Security should be enabled.
291
290
Defaults to `true`
292
291
293
292
`BOOTSTRAPPASSWORD`::
294
293
295
-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password to
294
+
When installing with a `Trial` license and {xpack} Security enabled, the password to
296
295
used to bootstrap the cluster and persisted as the `bootstrap.password` setting in the keystore.
297
296
Defaults to a randomized value.
298
297
299
298
`SKIPSETTINGPASSWORDS`::
300
299
301
-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, whether the
300
+
When installing with a `Trial` license and {xpack} Security enabled, whether the
302
301
installation should skip setting up the built-in users `elastic`, `kibana` and `logstash_system`.
303
302
Defaults to `false`
304
303
305
304
`ELASTICUSERPASSWORD`::
306
305
307
-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password
306
+
When installing with a `Trial` license and {xpack} Security enabled, the password
308
307
to use for the built-in user `elastic`. Defaults to `""`
309
308
310
309
`KIBANAUSERPASSWORD`::
311
310
312
-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password
311
+
When installing with a `Trial` license and {xpack} Security enabled, the password
313
312
to use for the built-in user `kibana`. Defaults to `""`
314
313
315
314
`LOGSTASHSYSTEMUSERPASSWORD`::
316
315
317
-
When installing X-Pack plugin with a `Trial` license and X-Pack Security enabled, the password
316
+
When installing with a `Trial` license and {xpack} Security enabled, the password
318
317
to use for the built-in user `logstash_system`. Defaults to `""`
319
318
320
319
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[X-Pack]:
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}]:
322
321
323
322
["source","sh",subs="attributes,callouts"]
324
323
--------------------------------------------
@@ -341,10 +340,10 @@ endif::include-xpack[]
341
340
include::msi-windows-start.asciidoc[]
342
341
343
342
[[msi-installer-command-line-configuration]]
344
-
==== Configuring Elasticsearch on the command line
343
+
==== Configuring {es} on the command line
345
344
346
-
Elasticsearch loads its configuration from the `%ES_PATH_CONF%\elasticsearch.yml`
347
-
file by default. The format of this config file is explained in
345
+
{es} loads its configuration from the `%ES_PATH_CONF%\elasticsearch.yml`
346
+
file by default. The format of this config file is explained in
348
347
<<settings>>.
349
348
350
349
Any settings that can be specified in the config file can also be specified on
@@ -364,17 +363,17 @@ such as `node.name` could be specified on the command line.
364
363
include::check-running.asciidoc[]
365
364
366
365
[[msi-installer-windows-service]]
367
-
==== Installing Elasticsearch as a Service on Windows
366
+
==== Installing {es} as a Service on Windows
368
367
369
-
Elasticsearch can be installed as a service to run in the background or start
368
+
{es} can be installed as a service to run in the background or start
370
369
automatically at boot time without any user interaction. This can be achieved upon installation
371
370
using the following command line options
372
371
373
372
* `INSTALLASSERVICE=true`
374
373
* `STARTAFTERINSTALL=true`
375
374
* `STARTWHENWINDOWSSTARTS=true`
376
375
377
-
Once installed, Elasticsearch will appear within the Services control panel:
376
+
Once installed, {es} will appear within the Services control panel:
0 commit comments