ES START and STOP Servers
Hello All
I found the following steps in ES Deployment document for Start Stop Servers.
Task 4-2: Starting and Stopping an Elasticsearch Service
If you modify the elasticsearch.yml or jvm.options file, use these instructions to stop and restart the Elasticsearch
services.
On Linux to start and stop the process:
1. In a terminal window, change directory to ES_HOME/bin.
2. To start the Elasticsearch process:
nohup ./elasticsearch &
3. To stop the process:
a. Use this command to find the Elasticsearch process ID:
ps -ef | grep elas
b. Use this command to stop the process, substituting the process ID for pid: