docker 安装elasticsearch密码配置

进入容器

docker exec -it es bash

cd bin

elasticsearch-setup-passwords interactive

// 输出

Initiating the setup of passwords for reserved users elastic,apm_system,kibana,kibana_system,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_system]:

Reenter password for [kibana_system]:

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_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]

相关推荐
engchina9 小时前
WSL Ubuntu で Kubernetes v1.34.2 + Docker 環境を構築する
ubuntu·docker·kubernetes
oMcLin13 小时前
2025年必备的Docker命令指南与实战示例
docker·容器·eureka
AtoposのCX33013 小时前
Docker运行hello-world镜像失败或超时
运维·docker
sun cat13 小时前
Docker详细介绍(6)
docker·容器·docker-compose
Dragon~Snow14 小时前
Linux Centos9 安装 Elasticsearch
linux·elasticsearch·jenkins
熊延14 小时前
麒麟V10系统安装部署elasticsearch
linux·运维·服务器·elasticsearch·搜索引擎·全文检索
weisian15114 小时前
Elasticsearch-1--什么是ES?
大数据·elasticsearch·搜索引擎
玄同76515 小时前
Git常用命令指南
大数据·git·elasticsearch·gitee·github·团队开发·远程工作
Elasticsearch16 小时前
弥合差距:从云原生到大型机的端到端可观测性
elasticsearch
小Pawn爷17 小时前
4.镜像仓库
docker