当前位置:网站首页>Common errors of VMware building es8
Common errors of VMware building es8
2022-04-23 09:00:00 【Drunk old man】
1. max virtual memory areas vm.max_map_count [65530] is too low, increase to at least
resolvent : Obviously , You have been prompted that there is too little memory , If the virtual machine is 2G Memory , It's not enough. , I turned it off and set it to 4G, Or this , And then use root The user to change /etc/sysctl.conf
vm.max_map_count=655360
And then when we're done sysctl -p Take effect immediately .
2. max file descriptors [4096] for elasticsearch process is too low
resolvent : Obviously , The number of files is too small , modify /etc/security/limits.conf, Then switch to normal users ,ulimit -n See if it works , Then it starts normally
* soft nofile 924000
* hard nofile 924000
Start up normal
3. Nothing comes out of visiting the page ,curl: (52) Empty reply from server
resolvent : Use https visit ,http Access not allowed , I didn't know until I read the log .
Or modify the configuration file elasticsearch.yml, The default is true Of , So you don't have to use https Visited , You don't need certification anymore
xpack.security.enabled: false
Enter the username and password , User name is elastic , If you don't know what the password is , Then you can reset , Normally, it is entered into the log when it is started for the first time , Search for keywords password It should be able to find , I deleted the log several times , I can't see the password , Simply reset .
./elasticsearch-reset-password -u elastic #bin Under the table of contents
4. Password reset failed ERROR: Failed to determine the health of the cluster
resolvent : Because I'm asking questions 3 When , Authentication selected false, Change back true, Just reset the password .( Because of the cancellation of certification , So you don't need users , Certification will fail )
5. visit kibana blank .
resolvent :kibana function , Port boot , But access is a blank page ,kibana.yml The... Is not enabled in the configuration file “elasticsearch.hosts”, Open notes , restart kibana, Browser access is normal .
Follow up update slowly ...
版权声明
本文为[Drunk old man]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230730371139.html
边栏推荐
- Introduction to matlab
- Swagger document export custom V2 / API docs interception
- Summary of solid problems
- Chris LATTNER, father of llvm: the golden age of compilers
- Withholding agent
- L2-022 rearrange linked list (25 points) (map + structure simulation)
- Solidity 问题汇总
- Search tree judgment (25 points)
- php基于哈希算法出现的强弱比较漏洞
- Initial experience of talent plan learning camp: communication + adhering to the only way to learn open source collaborative courses
猜你喜欢
L2-024 部落 (25 分)(并查集)
OneFlow学习笔记:从Functor到OpExprInterpreter
After a circle, I sorted out this set of interview questions..
php基于哈希算法出现的强弱比较漏洞
Solidity 问题汇总
Notes d'apprentissage oneflow: de functor à opexprinterpreter
Enterprise wechat application authorization / silent login
Mini - exercice MySQL (seulement pour les débutants, pas pour les non - débutants)
What is augmented reality technology? Where can it be used?
L2-022 rearrange linked list (25 points) (map + structure simulation)
随机推荐
The K neighbors of each sample are obtained by packet switching
Notes d'apprentissage oneflow: de functor à opexprinterpreter
Illegal character in scheme name at index 0:
How to read excel table to database
Rembg split mask
计算神经网络推理时间的正确方法
[original] use system Text. JSON formats the JSON string
求简单类型的矩阵和
Complete binary search tree (30 points)
PLC point table (register address and point table definition) cracking detection scheme -- convenient for industrial Internet data acquisition
企业微信应用授权/静默登录
BK3633 规格书
汇编语言与逆向工程 栈溢出漏洞逆向分析实验报告
【IndexOf】【lastIndexOf】【split】【substring】用法详解
Talent Plan 学习营初体验:交流+坚持 开源协作课程学习的不二路径
政务中台研究目的建设目标,建设意义,技术创新点,技术效果
Notes on xctf questions
idea打包 jar文件
Output first order traversal according to second order and middle order traversal (25 points)
valgrind和kcachegrind使用运行分析