elasticsearch/docs/reference/setup/install/zip-windows-start.asciidoc

12 lines
361 B
Plaintext
Raw Normal View History

2018-07-04 04:40:37 +08:00
==== Running Elasticsearch from the command line
Elasticsearch can be started from the command line as follows:
[source,sh]
--------------------------------------------
.\bin\elasticsearch.bat
--------------------------------------------
By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT`,
and can be stopped by pressing `Ctrl-C`.