
elasticsearch
更新失败
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux下安装ElasticSearch
通过atong用户,copy移动到根目录,并重命名失败了,由于es7需要java11运行环境。。。原创 2020-03-02 19:33:11 · 161 阅读 · 0 评论 -
Elasticsearch运行异常:cluster.initial_master_nodes] must be configured
问题描述如下:ERROR: [1] bootstrap checks failed[1]: the default discovery settings are unsuitable for production use; at least one of [discovery.seed_hosts, discovery.seed_providers, cluster.initial_maste...原创 2020-03-01 20:55:43 · 6365 阅读 · 4 评论 -
ES运行错误,max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
错误如下:max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]解决方法:切换到root用户,修改配置/etc/sysctl.conf文件文件末尾添加vm.max_map_count=655360并执行命令,使其立即生效sysctl -p然后重启...原创 2020-03-01 20:38:46 · 426 阅读 · 0 评论