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"]
本文来自博客园,作者:King-DA,转载请注明原文链接:https://www.cnblogs.com/qingmuchuanqi48/articles/16795214.html

浙公网安备 33010602011771号