# Getting started with ElasticSearch 2.2.1

**URL:** https://discuss.elastic.co/t/getting-started-with-elasticsearch-2-2-1/45271
**Category:** Elasticsearch
**Created:** [March 23, 2016, 6:30pm UTC](https://discuss.elastic.co/t/getting-started-with-elasticsearch-2-2-1/45271 "2016-03-23T18:30:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chenbe2204](https://avatars.discourse-cdn.com/v4/letter/c/c5a1d2/32.png) [@chenbe2204](https://discuss.elastic.co/u/chenbe2204)
#### Post date: [March 23, 2016, 6:30pm UTC](https://discuss.elastic.co/t/getting-started-with-elasticsearch-2-2-1/45271/1 "2016-03-23T18:30:43Z")

</div>

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

---

<div class="post-metadata">

### Author: ![magnusbaeck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/magnusbaeck/32/44943_2.png) [@magnusbaeck](https://discuss.elastic.co/u/magnusbaeck)
#### Post date: [March 23, 2016, 6:45pm UTC](https://discuss.elastic.co/t/getting-started-with-elasticsearch-2-2-1/45271/2 "2016-03-23T18:45:48Z")

</div>

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

---

<div class="post-metadata">

### Author: ![chenbe2204](https://avatars.discourse-cdn.com/v4/letter/c/c5a1d2/32.png) [@chenbe2204](https://discuss.elastic.co/u/chenbe2204)
#### Post date: [March 23, 2016, 7:00pm UTC](https://discuss.elastic.co/t/getting-started-with-elasticsearch-2-2-1/45271/3 "2016-03-23T19:00:27Z")

</div>

Hi ,

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

Thanks 🙂

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 11:05pm UTC](https://discuss.elastic.co/t/getting-started-with-elasticsearch-2-2-1/45271/4 "2017-07-05T23:05:44Z")

</div>


