# Elasticsearch Unreachable Error

**URL:** https://discuss.elastic.co/t/elasticsearch-unreachable-error/309185
**Category:** Logstash
**Created:** [July 8, 2022, 9:16am UTC](https://discuss.elastic.co/t/elasticsearch-unreachable-error/309185 "2022-07-08T09:16:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![pooja5](https://avatars.discourse-cdn.com/v4/letter/p/9d8465/32.png) [@pooja5](https://discuss.elastic.co/u/pooja5)
#### Post date: [July 8, 2022, 9:16am UTC](https://discuss.elastic.co/t/elasticsearch-unreachable-error/309185/1 "2022-07-08T09:16:17Z")

</div>

Hello!  
We have observed a log message

> [ERROR][logstash.outputs.elasticsearch][.monitoring-logstash] Attempted to send a bulk request to elasticsearch' but Elasticsearch appears to be unreachable or down! {:error\_message=\>"Elasticsearch Unreachable: [\<elastic\_search\_link\>][Manticore::ClientProtocolException] \<elastic\_search\_link\> failed to respond", :class=\>"LogStash::Outputs::Elasticsearch::HttpClient::Pool::HostUnreachableError", :will\_retry\_in\_seconds=\>2}

Despite the elasticsearch being up and running and we are able to hit the elasticsearch and get response in Kibana.

Not sure on what is causing this error.  
Please guide.  
Thanks!

---

<div class="post-metadata">

### Author: ![hansc](https://avatars.discourse-cdn.com/v4/letter/h/a8b319/32.png) [@hansc](https://discuss.elastic.co/u/hansc)
#### Post date: [July 8, 2022, 11:15am UTC](https://discuss.elastic.co/t/elasticsearch-unreachable-error/309185/2 "2022-07-08T11:15:55Z")

</div>

Would you please verify it via curl and post the response? Change the address to your Logstash target address.

```auto
curl -XGET http://localhost:9200

```

---

<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: [August 5, 2022, 11:16am UTC](https://discuss.elastic.co/t/elasticsearch-unreachable-error/309185/3 "2022-08-05T11:16:38Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
