Title

es启动报错org.elasticsearch.ElasticsearchException: not all primary shards of [.geoip_databases] index are active

es启动报错

 

 

错误原因:es启动时会去更新地图的一些数据库,这里直接禁掉即可
ingest.geoip.downloader.enabled: false
解决方案:配置文件conf/elasticsearch.yml,增加配置
ingest.geoip.downloader.enabled: false
 
posted @ 2024-07-02 10:51  Esurts~  阅读(139)  评论(0)    收藏  举报