es报标题的错时,9200端口的认证页面虽然可以打开,但没法登录,也就是
.security-7没法正常生成
kibana此时会报错
Unable to retrieve version information from Elasticsearch nodes. security_exception
Root causes:
security_exception: unable to authenticate user [kibana_system]
for REST request
此时在宿舍机执行
grep vm.max_map_count /etc/sysctl.conf
vm.max_map_count=262144
有可能可以解决
解决方法来源