修改ES配置:

修改elasticsearch.yml,添加如下xpack配置:

xpack.security.enabled: true
xpack.ml.enabled: true
xpack.license.self_generated.type: trial
xpack.monitoring.collection.enabled: true 

然后重启ES集群

查看kibana里的监控

开启监控的重点是一定要加这个配置:

xpack.monitoring.collection.enabled: true 

访问http://192.168.10.110:5601,点击菜单“Monitoring”:

Elasticsearch-6.7.0系列(八)开启kibana监控

查看节点状态

点击上图的Nodes: 3

Elasticsearch-6.7.0系列(八)开启kibana监控

 

相关文章:

  • 2022-12-23
  • 2021-08-10
  • 2021-11-04
  • 2022-12-23
  • 2022-01-21
  • 2021-06-12
  • 2022-12-23
  • 2021-10-03
猜你喜欢
  • 2021-08-03
  • 2021-09-09
  • 2022-02-03
  • 2022-02-20
  • 2021-08-11
  • 2021-09-18
  • 2021-11-05
相关资源
相似解决方案