Skip to content

Latest commit

 

History

History

elasticsearch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

第一步授权

chmod 777 data -R

第二步

设置elastic密码 https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-passwords.html ./elasticsearch-setup-passwords interactive

这一步,会设置很多账户密码,其中有elastic,kibana的

第三步测试你的密码是否正确

curl http://127.0.0.1:9200 --user elastic:123456

https://www.cnblogs.com/shaosks/p/7681865.html

https://www.cnblogs.com/wwjj4811/p/14700279.html