ES启动异常:the default discovery settings are unsuitable for production use; at least...

ES启动报错

the default discovery settings are unsuitable for production use; at least...

处理方法

vim config/elasticsearch.yml
 
 
#添加配置
discovery.seed_hosts: ["127.0.0.1"]
 
cluster.initial_master_nodes: ["node-1"]
posted @ 2022-10-15 22:19  King-DA  阅读(462)  评论(0)    收藏  举报