parent
8afeeed051
commit
2804fc4c29
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Binary file not shown.
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 52 KiB |
|
@ -1,5 +1,5 @@
|
||||||
[[windows]]
|
[[windows]]
|
||||||
=== Install Elasticsearch with MSI Windows Installer
|
=== Install Elasticsearch with Windows MSI Installer
|
||||||
|
|
||||||
Elasticsearch can be installed on Windows using the `.msi` package. This can
|
Elasticsearch can be installed on Windows using the `.msi` package. This can
|
||||||
install Elasticsearch as a Windows service or allow it to be run manually using
|
install Elasticsearch as a Windows service or allow it to be run manually using
|
||||||
|
@ -270,6 +270,11 @@ and configured to start when installation completes, as follows:
|
||||||
.\bin\elasticsearch.exe
|
.\bin\elasticsearch.exe
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
|
The command line terminal will display output similar to the following:
|
||||||
|
|
||||||
|
[[msi-installer-elasticsearch-exe]]
|
||||||
|
image::images/msi_installer/elasticsearch_exe.png[]
|
||||||
|
|
||||||
By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT` in addition
|
By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT` in addition
|
||||||
to the `<cluster name>.log` file within `LOGSDIRECTORY`, and can be stopped by pressing `Ctrl-C`.
|
to the `<cluster name>.log` file within `LOGSDIRECTORY`, and can be stopped by pressing `Ctrl-C`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue