【发布时间】:2021-10-31 17:03:28
【问题描述】:
我想将我的 elasticsearch.yaml 更改为远程访问。
network.host: 0.0.0.0
做完之后我做
sudo systemctl restart elasticsearch
它返回错误。
See "systemctl status elasticsearch.service" and "journalctl -xe" for details.
在 journalctl -xe 中是:
ERROR: [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch.
bootstrap check failure [1] of [1]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_provide
ERROR: Elasticsearch did not exit normally - check the logs at /var/log/elasticsearch/elasticsearch.log
elasticsearch.service: Main process exited, code=exited, status=78/n/a
elasticsearch.service: Failed with result 'exit-code'.
Failed to start Elasticsearch.
有什么问题?
【问题讨论】:
标签: elasticsearch