mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
a3ef565a25
* [DOCS] First pass at upgrade updates for 7.0. * [DOCS] Updates X-Pack terminology * [DOCS] Incorporated feedback from lcawl.
21 lines
568 B
Plaintext
21 lines
568 B
Plaintext
* 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)
|
|
--------------------------------------------------
|