elk安装遇到问题

2019-03-05  本文已影响0人  心水Diana

查看安装目录logs/下目录

# ElasticSearch
[ERROR][o.e.b.Bootstrap ] [-W9dDYh] node validation exception
bootstrap checks failed
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

image.png
[WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: java.lang.IllegalArgumentException: Property [elasticsearch.version] is missing for plugin [head]

安装x-pack后head无权访问

修改elasticsearch.yam
增加http.cors.allow-headers: "Authorization,X-Requested-With,Content-Length,Content-Type"
访问域名变为 http://192.168.28.100:9100/?auth_user=elastic&auth_password=123456
上一篇 下一篇

猜你喜欢

热点阅读