msi-windows-start.asciidoc 686 B

12345678910111213141516
  1. ==== Running Elasticsearch from the command line
  2. Once installed, Elasticsearch can be started from the command line, if not installed as a service
  3. and configured to start when installation completes, as follows:
  4. ["source","sh",subs="attributes,callouts"]
  5. --------------------------------------------
  6. .\bin\elasticsearch.exe
  7. --------------------------------------------
  8. The command line terminal will display output similar to the following:
  9. image::images/msi_installer/elasticsearch_exe.png[]
  10. By default, Elasticsearch runs in the foreground, prints its logs to `STDOUT` in addition
  11. to the `<cluster name>.log` file within `LOGSDIRECTORY`, and can be stopped by pressing `Ctrl-C`.