Skip to content

Commit

Permalink
Add note regarding Elasticsearch PID in logs
Browse files Browse the repository at this point in the history
This commit adds a note to the Elasticsearch stopping docs that
indicates that the Elasticsearch PID is also available from the
Elasticsearch startup logs.
  • Loading branch information
jasontedor committed Jul 7, 2016
1 parent 74c1708 commit 94ef28b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/setup/stopping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ functionality provided by your installation.

If you're running Elasticsearch directly, you can stop Elasticsearch by sending control-C if you're
running Elasticsearch in the console, or by sending `SIGTERM` to the Elasticsearch process on a
POSIX system. You can obtain the PID to send the signal to via various tools (e.g., `ps` or `jps`)
or by specifying a location to write a PID file to on startup (`-p <path>`).
POSIX system. You can obtain the PID to send the signal to via various tools (e.g., `ps` or `jps`),
from the Elasticsearch statrup logs, or by specifying a location to write a PID file to on startup
(`-p <path>`).

[source,sh]
--------------------------------------------------
Expand Down

0 comments on commit 94ef28b

Please sign in to comment.