kibana启动报错Elasticsearch cluster did not respond with license information(linux) 编辑nohup.out看到Elasticsearch cluster did not respond with license information 分析:我自己认为是主节点选择出现的问题 解决方案:vim elasticSearch.yml,将节点数改为1(单机es服务可行的情况下) 在这里插入图片描述 成功!