Update MSI installer images (#25414)

Slight updating to styling
This commit is contained in:
Russ Cam 2017-06-28 09:04:23 +10:00 committed by GitHub
parent 8afeeed051
commit 2804fc4c29
4 changed files with 6 additions and 1 deletions

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

View File

@ -1,5 +1,5 @@
[[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
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
--------------------------------------------
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
to the `<cluster name>.log` file within `LOGSDIRECTORY`, and can be stopped by pressing `Ctrl-C`.