elasticsearch6.6.0设置访问密码

elasticsearch6.6.0设置访问密码

  • [第一步 x-pack-core-6.6.0.jar](#第一步 x-pack-core-6.6.0.jar)
  • [第二步 elasticsearch.yml](#第二步 elasticsearch.yml)
  • [第三步 设置密码](#第三步 设置密码)

第一步 x-pack-core-6.6.0.jar

首先破解 x-pack-core-6.6.0.jar 破解的方式大家可以参考 https://codeantenna.com/a/YDks83ZHjd 中<5.破解x-pack> 这部分 , 也可以直接下载我编译好的
https://download.csdn.net/download/iBuDongIt/88748782

下载后解压替换 elasticsearch-6.6.0/modules/x-pack-core/x-pack-core-6.6.0.jar即可
注意 : 先切换到 elasticsearch 所属的用户组

bash 复制代码
su es

第二步 elasticsearch.yml

设置elasticsearch.yml

bash 复制代码
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true

第三步 设置密码

重启elasticsearch.yml

bash 复制代码
kill -9 29180 杀死es进程
./bin/elasticsearch -d 重新启动

设置密码的安全指令

bash 复制代码
./bin/elasticsearch-setup-passwords interactive

执行过程:

bash 复制代码
[es@robot elasticsearch-6.6.0]$ ./bin/elasticsearch-setup-passwords interactive
Initiating the setup of passwords for reserved users elastic,apm_system,kibana,logstash_system,beats_system,remote_monitoring_user.
You will be prompted to enter passwords as the process progresses.
Please confirm that you would like to continue [y/N]y


Enter password for [elastic]: 
Reenter password for [elastic]: 
Enter password for [apm_system]: 
Reenter password for [apm_system]: 
Enter password for [kibana]: 
Reenter password for [kibana]: 
Enter password for [logstash_system]: 
Reenter password for [logstash_system]: 
Enter password for [beats_system]: 
Reenter password for [beats_system]: 
Enter password for [remote_monitoring_user]: 
Reenter password for [remote_monitoring_user]: 
Changed password for user [apm_system]
Changed password for user [kibana]
Changed password for user [logstash_system]
Changed password for user [beats_system]
Changed password for user [remote_monitoring_user]
Changed password for user [elastic]

至此 es已经设置好密码了 可以在浏览器上输入 ip:9200 验证下 账户名: elastic 密码为 第一个设置的密码

相关推荐
Cx330❀16 小时前
Git 多人协作全攻略:从入门到高效协同
大数据·elasticsearch·搜索引擎·gitee·github·全文检索·gitcode
bigHead-20 小时前
Git合并操作详解:安全高效地合并远程分支
git·安全·elasticsearch
奇树谦21 小时前
FastDDS阿里云DDSRouter安装和使用(失败)
elasticsearch·阿里云·云计算
色空大师1 天前
服务打包包名设置
java·elasticsearch·maven·打包
码农很忙1 天前
从0到1搭建实时日志监控系统:基于WebSocket + Elasticsearch的实战方案
websocket·网络协议·elasticsearch
Elastic 中国社区官方博客1 天前
在 ES|QL 中的混合搜索和多阶段检索
大数据·人工智能·sql·elasticsearch·搜索引擎·ai·全文检索
Elasticsearch2 天前
在 ES|QL 中的混合搜索和多阶段检索
elasticsearch
AC赳赳老秦2 天前
量化交易脚本开发:DeepSeek生成技术指标计算与信号触发代码
数据库·elasticsearch·信息可视化·流程图·数据库架构·memcached·deepseek
Elastic 中国社区官方博客2 天前
使用 Elastic Agent Builder 和 MCP 实现 Agentic 参考架构
大数据·人工智能·elasticsearch·搜索引擎·ai·架构·全文检索
予枫的编程笔记2 天前
Elasticsearch深度搜索与查询DSL实战:精准定位数据的核心技法
java·大数据·人工智能·elasticsearch·搜索引擎·全文检索