Bombardier
Active member
Hi guys
I am having some difficulty configuring my elastic search installed on my server and starting elastic search
I wonder if anybody can point me in the right direction
my host has instructed me to configure the ES software & then start the program running
This is what they have said
To start you need to just log into the server, and execute the
Elasticsearch command to test if it's working.
/usr/home/**/ES/bin/elasticsearch
From there you can use cURL to check if it's actually running.
curl -X GET http://localhost:9200/
and this is where my lack of knowledge falls down, how do I do that?
I am having some difficulty configuring my elastic search installed on my server and starting elastic search
I wonder if anybody can point me in the right direction
my host has instructed me to configure the ES software & then start the program running
This is what they have said
To start you need to just log into the server, and execute the
Elasticsearch command to test if it's working.
/usr/home/**/ES/bin/elasticsearch
From there you can use cURL to check if it's actually running.
curl -X GET http://localhost:9200/
and this is where my lack of knowledge falls down, how do I do that?