解决这个错误有几个可选办法:
- 将集群的结点配置里的ingest角色打开
node.ingest: true
- 或者在集群设置elasticsearch.yml里,将local exporter的use ingest关闭:
xpack.monitoring.exporters.my_local:
type: local
use_ingest: false
我是用了第一个方法
解决
解决这个错误有几个可选办法:
node.ingest: true
xpack.monitoring.exporters.my_local:
type: local
use_ingest: false
我是用了第一个方法
解决