How to keep elastic search running on linux server
I am accessing my server using ssh via Putty client but when my putty goes inactive or I close it elastic search stops. I want to keep it running all the time. How can I achieve this? The issue you have is that elasticsearch is not being started as a daemon (server). Instead you starting it as you would a normal program. Therefore when you stop your SSH session, the program stops running. In order to get elasticsearch to start when the server itself is rebooted, you need to add elasticsearch to the server startup. You didn't say which operating system you are running on the server. Let's