max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
1.永久处理办法
在/etc/sysctl.conf文件最后添加一行
vm.max_map_count=262144
2.临时
sysctl -w vm.max_map_count=262144
查看
sysctl -a|grep vm.max_map_count
启动报错 Failed to create native process factories for Machine Learning
config/elasticsearch.yml 加入参数
xpack.ml.enabled: false
扩展参数
action.auto_create_index: .security,.monitoring*,.watches,.triggered_watches,.watcher-history*
xpack.security.enabled: false
xpack.monitoring.enabled: true
xpack.graph.enabled: false
xpack.watcher.enabled: false