How to keep Elastic Search running?

Big Dan

Active member
Hi Guys,

I wondering how to keep elastic search running on my server. I'm running CentOS 5.7.

The reason I ask is my users were reporting errors with search it turned out Elastic Search wasn't running for some reason. :confused:

I issued ./elasticsearch start and everything is working again but is there away to make sure the daemon is always running?

Thanks,
Dan
 
When I look at how big my ES folder is, it shows as 1.9 GB. I only gave ES 2GB of RAM to use. Could it be trying to index new posts and running into a space issue?
 
This is all it says.

Code:
[2012-06-01 13:59:34,087][INFO ][node                    ] [Nital, Adri] {0.18.7}[2020]: stopping ...
[2012-06-01 13:59:34,165][INFO ][node                    ] [Nital, Adri] {0.18.7}[2020]: stopped
[2012-06-01 13:59:34,166][INFO ][node                    ] [Nital, Adri] {0.18.7}[2020]: closing ...
[2012-06-01 13:59:34,190][INFO ][node                    ] [Nital, Adri] {0.18.7}[2020]: closed
 
I found out a weird quirk - I was starting my ES instance within a Terminal window on my machine (via SSH). As soon as I closed the connection to the remote server, the ES instance was quitting.

A normal startup of ES worked fine.
 
Top Bottom