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

12 lines
361 B
Plaintext
Raw Normal View History

2018-07-03 16:40:37 -04: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`.