docker启动elasticsearch——ERROR: Elasticsearch did not exit normally - check the logs at xxx
生活随笔
收集整理的這篇文章主要介紹了
docker启动elasticsearch——ERROR: Elasticsearch did not exit normally - check the logs at xxx
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
報錯信息:
ERROR: Elasticsearch did not exit normally - check the logs at /usr/share/elasticsearch/logs/docker-cluster.log解決辦法:
在運行命令中添加 -e “discovery.type=single-node”
總結(jié)
以上是生活随笔為你收集整理的docker启动elasticsearch——ERROR: Elasticsearch did not exit normally - check the logs at xxx的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle+mybatis查询遇到CH
- 下一篇: Nacos 集群搭建_01