zip-targz-start.asciidoc 611 B

1234567891011121314151617
  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
  6. --------------------------------------------
  7. By default, Elasticsearch runs in the foreground, prints its logs to the
  8. standard output (`stdout`), and can be stopped by pressing `Ctrl-C`.
  9. NOTE: All scripts packaged with Elasticsearch require a version of Bash
  10. that supports arrays and assume that Bash is available at `/bin/bash`.
  11. As such, Bash should be available at this path either directly or via a
  12. symbolic link.