mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* [DOCS] First pass at upgrade updates for 7.0. * [DOCS] Updates X-Pack terminology * [DOCS] Incorporated feedback from lcawl.
20 lines
568 B
Text
20 lines
568 B
Text
* If you are running {es} with `systemd`:
|
|
+
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
sudo systemctl stop elasticsearch.service
|
|
--------------------------------------------------
|
|
|
|
* If you are running {es} with SysV `init`:
|
|
+
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
sudo -i service elasticsearch stop
|
|
--------------------------------------------------
|
|
|
|
* If you are running {es} as a daemon:
|
|
+
|
|
[source,sh]
|
|
--------------------------------------------------
|
|
kill $(cat pid)
|
|
--------------------------------------------------
|