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 密码为 第一个设置的密码

相关推荐
Elastic 中国社区官方博客31 分钟前
如何将数据从 AWS S3 导入到 Elastic Cloud - 第 3 部分:Elastic S3 连接器
大数据·elasticsearch·搜索引擎·云计算·全文检索·可用性测试·aws
掘金-我是哪吒41 分钟前
微服务mysql,redis,elasticsearch, kibana,cassandra,mongodb, kafka
redis·mysql·mongodb·elasticsearch·微服务
研究是为了理解2 小时前
Git Bash 常用命令
git·elasticsearch·bash
晨欣6 小时前
Elasticsearch和Lucene之间是什么关系?(ChatGPT回答)
elasticsearch·chatgpt·lucene
筱源源12 小时前
Elasticsearch-linux环境部署
linux·elasticsearch
Elastic 中国社区官方博客1 天前
释放专利力量:Patently 如何利用向量搜索和 NLP 简化协作
大数据·数据库·人工智能·elasticsearch·搜索引擎·自然语言处理
Shenqi Lotus1 天前
ELK-ELK基本概念_ElasticSearch的配置
elk·elasticsearch
yeye198912241 天前
10-Query & Filtering 与多字符串多字段查询
elasticsearch
Narutolxy1 天前
精准优化Elasticsearch:磁盘空间管理与性能提升技巧20241106
大数据·elasticsearch·jenkins
谢小涛2 天前
ES管理工具Cerebro 0.8.5 Windows版本安装及启动
elasticsearch·es·cerebro