zip-windows-start.asciidoc 509 B

1234567891011121314
  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. If you have password-protected the {es} keystore, you will be prompted to
  8. enter the keystore's password. See <<secure-settings>> for more details.
  9. By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT`,
  10. and can be stopped by pressing `Ctrl-C`.