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
解决方案:配置文件conf/elasticsearch.yml,增加配置
ingest.geoip.downloader.enabled: false

浙公网安备 33010602011771号