# Failed to download geoip databases

**URL:** https://discuss.elastic.co/t/failed-to-download-geoip-databases/372274
**Category:** Elasticsearch
**Tags:** ingest-pipeline
**Created:** [December 20, 2024, 2:17pm UTC](https://discuss.elastic.co/t/failed-to-download-geoip-databases/372274 "2024-12-20T14:17:48Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![RainTown](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/raintown/32/140206_2.png) [@RainTown](https://discuss.elastic.co/u/RainTown)
#### Post date: [December 27, 2024, 3:19pm UTC](https://discuss.elastic.co/t/failed-to-download-geoip-databases/372274/15 "2024-12-27T15:19:05Z")

</div>

replicas have been there for ever, and 1 replica was/is the default too, at least to my recollection. Disabling this come's up every now and again, e.g.

> [@Elasticsearch 8 single node replicas 0](https://discuss.elastic.co/t/elasticsearch-8-single-node-replicas-0/299676):
>
> I have a single node cluster which is showing yellow because replicas are set to 1 Is there a way to get this setup so that all future indexes have replicas set to 0 This used to be easy with legacy templates curl -XPUT localhost:9200/\_template/default -d '{"index\_patterns": ["\*"], "order": "1", "settings": {"number\_of\_shards": "1","number\_of\_replicas": "0"}}' -H 'Content-Type: application/json' Appreciate the help

What maybe catches you out is that means your cluster state is yellow, which is not an issue for testing. But it a little bit fools you here as your cluster is going to be yellow for the unassigned shards reason, but your actual/original problem was you likely had no shards left, as the unassigned ones counted towards the 1000, which you (and frankly I) didn't initially realize. This likely inhibited the cluster from creating the .geoip\* index, as it needs a shard for that too.

---

_[View the full topic](https://discuss.elastic.co/t/failed-to-download-geoip-databases/372274)._
