Elasticsearch Exporter 是一个用 Go 语言编写的 Prometheus 导出器,用于收集 Elasticsearch 的各类指标,支持将 Elasticsearch 集群、节点、索引等维度的监控数据暴露给 Prometheus。
https://github.com/prometheus-community/elasticsearch_exporter
商标说明:本软件列表由 Bitnami 打包,相关商标归各自公司所有,使用不意味着附属或背书。
推荐从 Docker Hub 拉取预构建镜像:
console# 拉取最新版 docker pull bitnami/elasticsearch-exporter:latest # 拉取特定版本(需替换 [TAG] 为具体版本,如 1.7.0) docker pull bitnami/elasticsearch-exporter:[TAG]
如需自定义构建,可克隆仓库并执行构建命令:
consolegit clone https://github.com/bitnami/containers.git cd containers/bitnami/elasticsearch-exporter/[VERSION]/[OPERATING-SYSTEM] # 替换版本与操作系统 docker build -t bitnami/elasticsearch-exporter:latest .
consoledocker run --name elasticsearch-exporter bitnami/elasticsearch-exporter:latest
通过 Docker 网络实现容器间通信(如连接 Elasticsearch 集群或 Prometheus):
步骤 1:创建网络
consoledocker network create elasticsearch-exporter-network --driver bridge
步骤 2:在网络中启动 Exporter
consoledocker run --name elasticsearch-exporter-node1 \ --network elasticsearch-exporter-network \ bitnami/elasticsearch-exporter:latest
步骤 3:连接其他容器
其他容器(如 Prometheus、Elasticsearch)可通过 --network elasticsearch-exporter-network 加入同一网络,并使用容器名(如 elasticsearch-exporter-node1)作为主机名通信。
通过 --help 查看所有配置选项:
consoledocker run --rm bitnami/elasticsearch-exporter:latest elasticsearch-exporter --help
指标默认暴露在 /metrics 端点。
FIPS 配置(仅 Bitnami Secure Images)
OPENSSL_FIPS:控制 OpenSSL 是否启用 FIPS 模式,可选值 yes(默认)或 no。容器日志输出至 stdout,可通过以下命令查看:
consoledocker logs elasticsearch-exporter
如需自定义日志驱动,可在 docker run 时通过 --log-driver 指定(如 json-file、syslog 等),具体参考 Docker 日志驱动文档。
步骤 1:拉取更新镜像
consoledocker pull bitnami/elasticsearch-exporter:latest
步骤 2:停止并备份当前容器
console# 停止容器 docker stop elasticsearch-exporter # 备份持久化数据(如有) rsync -a /path/to/elasticsearch-exporter-persistence /path/to/elasticsearch-exporter-persistence.bkp.$(date +%Y%m%d-%H.%M.%S)
步骤 3:删除旧容器
consoledocker rm -v elasticsearch-exporter
步骤 4:启动新容器
consoledocker run --name elasticsearch-exporter bitnami/elasticsearch-exporter:latest
docker.io/bitnamilegacy 仓库,不再接收更新。Copyright © 2025 Broadcom. "Broadcom" 指 Broadcom Inc. 及其子公司。
本软件基于 Apache License 2.0 许可协议分发: <[***]>
除非***要求或书面同意,软件按“原样”分发,不提供任何明示或暗示的担保或条件。
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务