Trying to install elasticsearch as a service on Centos 6 with cPanel

2014-09-09 Thread Ali Samii
I am trying to install elasticsearch on a cPanel server with the following specs: *OS:* CENTOS 6.5 x86_64 *Virtual Machine:* virtuoso *WHM Version:* 11.44.1 (build 18) I have used yum to install elasticsearch using the install guide provided here:

Re: Trying to install elasticsearch as a service on Centos 6 with cPanel

2014-09-09 Thread joergpra...@gmail.com
This is not an ES issue. As said on IRC, because of shell interpretation of ? or *, you should always use quotes around curl requests, like this curl 'http://localhost:9200/_nodes/process?pretty' Jörg On Tue, Sep 9, 2014 at 2:17 PM, Ali Samii aalisa...@gmail.com wrote: I am trying to install