如同磁铁吸引四周的铁粉,热情也能吸引周围的人,改变周围的情况。

elasticsearch启动报错

Elasticsearch | 作者 mqq | 发布于2021年03月29日 | 阅读数:2757

Caused by: java.lang.IllegalArgumentException: unknown setting [bootstrap.system_cell_filter] did you mean [bootstrap.system_call_filter]?
已邀请:

tacsklet - 公司有用到es

赞同来自:

翻译成中文就是配置里面的bootstrap.system_cell_filter不存在,是不是要配bootstrap.system_call_filter。
看看是不是elasticSearch.yml配置里面单词用错了,改成bootstrap.system_call_filter就行了。

要回复问题请先登录注册