[2020-07-23T14:56:10,152][ERROR][o.e.b.Bootstrap] [node-1] node validation exception
[1] bootstrap checks failed
[1]: the default discovery settings are unsuitable for production use;
at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured
[2020-07-23T14:56:10,154][INFO ][o.e.n.Node] [node-1] stopping ...
[2020-07-23T14:56:10,173][INFO ][o.e.n.Node] [node-1] stopped
[2020-07-23T14:56:10,173][INFO ][o.e.n.Node] [node-1] closing ...
[2020-07-23T14:56:10,191][INFO ][o.e.n.Node] [node-1] closed
# --------------------------------- Discovery ----------------------------------
#
# Pass an initial list of hosts to perform discovery when this node is started:
# The default list of hosts is ["127.0.0.1", "[::1]"]
#
#discovery.seed_hosts: ["host1", "host2"]
#
# Bootstrap the cluster using an initial set of master-eligible nodes:
#
cluster.initial_master_nodes: ["node-1"]#开启这一行
#
# For more information, consult the discovery and cluster formation module documentation.
【ERROR|elasticsearch启动时 bootstrap checks failed】重启就ok了
sudo systemctl restart elasticsearch.service
推荐阅读
- error|android模拟器创建报错( PANIC: Could not open:.... 错误的解决)
- Linux|Linux的奇怪错误记录
- #|iOS13上传相册视频Code=1 "Operation not permitted"
- opencv|将opencv3.0写成的代码在opencv2.4.9中运行出的错误error C4996: 'fopen':
- Window系统|Windows Service Pack 1 for Win7 安装失败解决方案
- Error|(20200208已解决)pip install 出现“[WinError 10061] 由于目标计算机积极拒绝,无法连接”
- org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.mbeanExporter
- Netty4|Netty-内存管理
- linux服务器监控|ELK收集文档与相关搭建文档