镜像概览
- 完整引用
docker.io/1340691923/elastic_view- Registry
- docker.io
- 命名空间
- 1340691923
- 仓库
- elastic_view
- 已缓存 Tag 数
- 27
- 最近同步
- 07/06/2026, 08:31 PM
简介
ElasticView Elasticsearch 可视化管理镜像,提供索引浏览、查询调试与集群概览,替代部分 Kibana 轻量运维场景。
详细介绍
ElasticView 是面向 Elasticsearch 的轻量 Web 客户端,支持多集群连接、索引 mapping 查看、DSL 查询与慢日志分析,界面比 Kibana 更精简。部署时需配置 ES 节点 URL 与认证凭据;建议仅内网访问并启用 HTTPS 反向代理。适合开发调试与小规模集群日常巡检,复杂可视化仍推荐 Kibana 或 Grafana。
快速启动
docker run -d --name elastic-view \
-p 9100:9100 \
-e ES_URL=http://elasticsearch:9200 \
docker.io/1340691923/elastic_view:latest
推荐实践
docker run -d --name elastic-view \
--restart unless-stopped \
-p 9100:9100 \
-e ES_URL=https://es.example.com:9200 \
-e ES_USER=elastic -e ES_PASSWORD=secret \
-e TZ=Asia/Shanghai \
docker.io/1340691923/elastic_view:1.0.0
核心参数说明
-e ES_URL— Elasticsearch 集群 HTTP 地址-e ES_USER/-e ES_PASSWORD— 基本认证凭据-p 9100:9100— ElasticView Web 端口--restart unless-stopped— 运维工具持续可用- 生产环境限制 IP 白名单,避免 ES 凭据泄露
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: elastic-view
spec:
replicas: 1
selector:
matchLabels:
app: elastic-view
template:
metadata:
labels:
app: elastic-view
spec:
containers:
- name: view
image: docker.io/1340691923/elastic_view:1.0.0
ports:
- containerPort: 9100
env:
- name: ES_URL
value: http://elasticsearch:9200
- name: ES_PASSWORD
valueFrom:
secretKeyRef:
name: es-auth
key: password
---
apiVersion: v1
kind: Service
metadata:
name: elastic-view
spec:
selector:
app: elastic-view
ports:
- port: 9100
targetPort: 9100
ES 凭据使用 Secret;Ingress 限制运维网段访问,按集群数量调整资源。
最新 Tag(20 条)
查看全部 27 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/1340691923/elastic_view :0.0.37 | linux/amd64 | 2025/09/04 00:27 | 38.4 MB | sha256:755787eb8dba… | |||
docker.io/1340691923/elastic_view :0.0.36 | linux/amd64 | 2025/08/09 01:30 | 34.3 MB | sha256:f2d18f1ef7ad… | |||
docker.io/1340691923/elastic_view :0.0.35 | linux/amd64 | 2025/07/28 21:20 | 34.2 MB | sha256:1bb819b19a9b… | |||
docker.io/1340691923/elastic_view :0.0.34 | linux/amd64 | 2025/07/28 21:20 | 34.2 MB | sha256:ae77417e496c… | |||
docker.io/1340691923/elastic_view :0.0.33 | linux/amd64 | 2025/07/26 19:46 | 34.2 MB | sha256:37c7b14065d2… | |||
docker.io/1340691923/elastic_view :0.0.32 | linux/amd64 | 2025/07/23 09:28 | 34.2 MB | sha256:0645fb0c2a36… | |||
docker.io/1340691923/elastic_view :0.0.31 | linux/amd64 | 2025/07/19 10:48 | 34.2 MB | sha256:3826e024694d… | |||
docker.io/1340691923/elastic_view :0.0.30 | linux/amd64 | 2025/07/09 21:27 | 34.1 MB | sha256:6aebf1dac30c… | |||
docker.io/1340691923/elastic_view :0.0.28 | linux/amd64 | 2025/07/07 20:08 | 34.2 MB | sha256:1b7175138818… | |||
docker.io/1340691923/elastic_view :0.0.27 | linux/amd64 | 2025/07/05 23:49 | 34.1 MB | sha256:3434b20b657e… | |||
docker.io/1340691923/elastic_view :0.0.26 | linux/amd64 | 2025/07/01 21:54 | 34.1 MB | sha256:9f0f00d4b803… | |||
docker.io/1340691923/elastic_view :0.0.25 | linux/amd64 | 2025/06/27 20:09 | 34.1 MB | sha256:38bbb8354b9f… | |||
docker.io/1340691923/elastic_view :0.0.24 | linux/amd64 | 2025/06/20 23:08 | 34.1 MB | sha256:64df04296205… | |||
docker.io/1340691923/elastic_view :0.0.23 | linux/amd64 | 2025/06/18 01:16 | 27.4 MB | sha256:27a2743b13e3… | |||
docker.io/1340691923/elastic_view :0.0.22 | linux/amd64 | 2025/06/14 21:29 | 27.4 MB | sha256:dd748188ec5c… | |||
docker.io/1340691923/elastic_view :0.0.21 | linux/amd64 | 2025/06/02 20:06 | 34.1 MB | sha256:5c91e9053307… | |||
docker.io/1340691923/elastic_view :0.0.20 | linux/amd64 | 2025/05/22 00:17 | 8.9 MB | sha256:08b8c165b7ea… | |||
docker.io/1340691923/elastic_view :0.0.19 | linux/amd64 | 2025/05/20 12:39 | 9.3 MB | sha256:f67ad63f1a4d… | |||
docker.io/1340691923/elastic_view :0.0.18 | linux/amd64 | 2025/05/16 00:29 | 26.7 MB | sha256:4caa062d8b9a… | |||
docker.io/1340691923/elastic_view :v0.0.17 | linux/amd64 | 2025/04/30 19:03 | 57.4 MB | sha256:bfc4182ebdeb… |