镜像概览

完整引用
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:2738.4 MBsha256:755787eb8dba
docker.io/1340691923/elastic_view
:0.0.36
linux/amd64
2025/08/09 01:3034.3 MBsha256:f2d18f1ef7ad
docker.io/1340691923/elastic_view
:0.0.35
linux/amd64
2025/07/28 21:2034.2 MBsha256:1bb819b19a9b
docker.io/1340691923/elastic_view
:0.0.34
linux/amd64
2025/07/28 21:2034.2 MBsha256:ae77417e496c
docker.io/1340691923/elastic_view
:0.0.33
linux/amd64
2025/07/26 19:4634.2 MBsha256:37c7b14065d2
docker.io/1340691923/elastic_view
:0.0.32
linux/amd64
2025/07/23 09:2834.2 MBsha256:0645fb0c2a36
docker.io/1340691923/elastic_view
:0.0.31
linux/amd64
2025/07/19 10:4834.2 MBsha256:3826e024694d
docker.io/1340691923/elastic_view
:0.0.30
linux/amd64
2025/07/09 21:2734.1 MBsha256:6aebf1dac30c
docker.io/1340691923/elastic_view
:0.0.28
linux/amd64
2025/07/07 20:0834.2 MBsha256:1b7175138818
docker.io/1340691923/elastic_view
:0.0.27
linux/amd64
2025/07/05 23:4934.1 MBsha256:3434b20b657e
docker.io/1340691923/elastic_view
:0.0.26
linux/amd64
2025/07/01 21:5434.1 MBsha256:9f0f00d4b803
docker.io/1340691923/elastic_view
:0.0.25
linux/amd64
2025/06/27 20:0934.1 MBsha256:38bbb8354b9f
docker.io/1340691923/elastic_view
:0.0.24
linux/amd64
2025/06/20 23:0834.1 MBsha256:64df04296205
docker.io/1340691923/elastic_view
:0.0.23
linux/amd64
2025/06/18 01:1627.4 MBsha256:27a2743b13e3
docker.io/1340691923/elastic_view
:0.0.22
linux/amd64
2025/06/14 21:2927.4 MBsha256:dd748188ec5c
docker.io/1340691923/elastic_view
:0.0.21
linux/amd64
2025/06/02 20:0634.1 MBsha256:5c91e9053307
docker.io/1340691923/elastic_view
:0.0.20
linux/amd64
2025/05/22 00:178.9 MBsha256:08b8c165b7ea
docker.io/1340691923/elastic_view
:0.0.19
linux/amd64
2025/05/20 12:399.3 MBsha256:f67ad63f1a4d
docker.io/1340691923/elastic_view
:0.0.18
linux/amd64
2025/05/16 00:2926.7 MBsha256:4caa062d8b9a
docker.io/1340691923/elastic_view
:v0.0.17
linux/amd64
2025/04/30 19:0357.4 MBsha256:bfc4182ebdeb