Elasticsearch-6.7.0 series (eight) open kibana monitoring

Modify the ES configuration:

Modify elasticsearch.yml, xpack add the following configuration:

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

Then restart ES cluster

View kibana in monitoring

Open key monitoring is sure to add this configuration:

xpack.monitoring.collection.enabled: true 

Access http://192.168.10.110:5601, click on the menu "Monitoring":

View node status

Click on the map of Nodes: 3

 

Guess you like

Origin www.cnblogs.com/zhuwenjoyce/p/10994878.html