3.5.1 HTTP认证
elasticsearch配置
xpack.security.enabled: true
xpack.security.audit.enabled: true
xpack.license.self_generated.type: basic
xpack.security.transport.ssl.enabled: true[root@EK ~]# /usr/share/elasticsearch/bin/elasticsearch-setup-passwords auto
Initiating the setup of passwords for reserved users elastic,apm_system,kibana,kibana_system,logstash_system,beats_system,remote_monitoring_user.
The passwords will be randomly generated and printed to the console.
Please confirm that you would like to continue [y/N]y
Changed password for user apm_system
PASSWORD apm_system = K7W9XpwwZpd34nv1Y5tX
Changed password for user kibana_system
PASSWORD kibana_system = Y4wdQp7L4CUP2iA8eSYq
Changed password for user kibana
PASSWORD kibana = Y4wdQp7L4CUP2iA8eSYq
Changed password for user logstash_system
PASSWORD logstash_system = m1vbJ61QAinBRqnDzhCW
Changed password for user beats_system
PASSWORD beats_system = Pw18gPqAJ5mf2taTQv0A
Changed password for user remote_monitoring_user
PASSWORD remote_monitoring_user = tEzdeJZ9LbUGfZqrTE1Z
Changed password for user elastic
PASSWORD elastic = chtfAvPcIIjZyps2Qw70
filebeat配置
logstash配置

kibana配置


最后更新于