
ElasticSearch
80后大叔爱学习
2023年10月开始更新博客内容均为逆向相关的,其它内容暂时不会更新,没有太晚的开始,不如就从今天行动。
展开
-
ES max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
首先查询看看是否满足需求:如果不满足,切换到root用户:vi /etc/security/limits.conf原创 2019-08-17 19:24:21 · 1269 阅读 · 0 评论 -
ES max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [655360]
切换root用户:vi /etc/sysctl.conf ,添加红框内这句即可原创 2019-08-17 19:26:18 · 770 阅读 · 0 评论 -
ES head插件安装方法
1、安装node.js:setup_6.x (5-11)版本自行修改curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -2、yum -yinstallnodejs3、node.js的管理:查看版本:node -vnpm install -g n xxx xxx(latest...原创 2019-08-18 11:07:06 · 1585 阅读 · 0 评论 -
ES head插件安装方法如果遇到很多错误看这篇
1、更新nodejs版本:先清除:sudo npm cache clean -f更新最新版本:sudo n stable2、更新npm版本:sudo npm install npm@latest -g3、验证:node -vnpm -v4、解决grunt报错:npm install grunt --save-dev5、更新grunt最新:npm ......原创 2019-08-18 11:11:56 · 1072 阅读 · 0 评论