zip-windows-start.asciidoc 361 B

1234567891011
  1. ==== Running Elasticsearch from the command line
  2. Elasticsearch can be started from the command line as follows:
  3. [source,sh]
  4. --------------------------------------------
  5. .\bin\elasticsearch.bat
  6. --------------------------------------------
  7. By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT`,
  8. and can be stopped by pressing `Ctrl-C`.