Skip to content

Commit 94ef28b

Browse files
committed
Add note regarding Elasticsearch PID in logs
This commit adds a note to the Elasticsearch stopping docs that indicates that the Elasticsearch PID is also available from the Elasticsearch startup logs.
1 parent 74c1708 commit 94ef28b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reference/setup/stopping.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ functionality provided by your installation.
1111

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

1718
[source,sh]
1819
--------------------------------------------------

0 commit comments

Comments
 (0)