Getting started with ElasticSearch 2.2.1

Hi ,

I'm trying to install ElasticSearch 2.2.1 and Kibana 4.4.1 on the save server.
The old version under this server of kibana 4.0.2 /elasticsearch 1.7 are working and I get get to them from the browser.
I installed Elasticsearch 2.2.1 version from user kibana (on the same server , because it caused me troubles when I installed it from root) and I can also run the elastic process and get the result from the following command:
curl 'localhost:9200'
{
"name" : "Zeitgeist",
"cluster_name" : "elasticsearch",
"version" : {
"number" : "2.2.1",
"build_hash" : "d045fc29d1932bce18b2e65ab8b297fbf6cd41a1",
"build_timestamp" : "2016-03-09T09:38:54Z",
"build_snapshot" : false,
"lucene_version" : "5.4.1"
},
"tagline" : "You Know, for Search"
}

When I'm trying to reach to this address: localhost:9200 I get the following result:
This site can’t be reached

I stopped the iptables process

What can cause the problem ?

BR,
Chen

First you say that localhost:9200 works, then you say that it doesn't work. Please clarify.

Hi ,

I have 2 version of ElasticSearch under the same server.
I found my problem , it was on the configuration file.

Thanks :slight_smile: