# es-client **Repository Path**: tanghao2012/es-client ## Basic Information - **Project Name**: es-client - **Description**: ES查询客户端,elasticsearch可视化工具 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://es-client.esion.xyz - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 117 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

图标

elasticsearch查询客户端。

gitee star github star

chrome插件 edge插件 火狐插件 windows客户端 uTools docker

👉 官网 - 语雀 - 兔小巢 👈

--- # es-client > elasticsearch的客户端比较出名的就是[elasticsearch head](https://github.com/mobz/elasticsearch-head) > 和[Kibana](https://github.com/elastic/kibana)了, > 但是elasticsearch head已经停止更新,且样式老旧,功能不全; > 而Kibana虽功能全面,但是启动麻烦,大部分功能用不上,很不灵活,所以采用vite2+vue3+ts+arco-design进行开发了一个elasticsearch的客户端。 ## 安装 & 更新 ### 发行版 - [Chrome插件(需要科学上网)](https://chromewebstore.google.com/detail/es-client/pkhmgepniefdigphghbolofjgbnhnhfd) - [Edge插件](https://microsoftedge.microsoft.com/addons/detail/esclient/aonamamifdfigcflbeokdndfappnmogo) - [火狐插件](https://addons.mozilla.org/zh-CN/firefox/addon/es-client/) - [uTools插件](https://u.tools/plugins/detail/es-client/) - [windows安装包](https://gitee.com/qiaoshengda/es-client/releases) - [docker](https://hub.docker.com/r/q2316367743/es-client) - ~~[想天浏览器](https://a.apps.vip/d.appStore/index.html#/share?id=NdAH5w)~~ - ~~[web](https://www.u.tools/)~~ - ~~[vscode](https://marketplace.visualstudio.com/items?itemName=m17762618644.es-client)~~ - ~~[IDEA](https://plugins.jetbrains.com/plugin/21804-es-client)(第三方提供:[es-client](https://gitee.com/shenmk/es-client))~~ ### 存储 - [落雨不悔的分享站](https://static.esion.xyz/#/插件/es-client) - ~~[百度网盘](https://pan.baidu.com/s/1sTd8aOWai-n3hxMur11iXA?pwd=3e5t)~~ - ~~[阿里云盘](https://www.aliyundrive.com/s/wRg2ZS2K6ME)~~ - ~~[夸克网盘](https://pan.quark.cn/s/ad9afd5e88a1),提取码:FHGs~~ ### 安装 > 目前只要3.1.0版本有苹果安装包,请前往`落雨不悔的分享站`的`3.1.0`中下载苹果安装包 > > 3.1.4版本之后,可在`落雨不悔的分享站`中下载ubuntu安装包 推荐使用utools插件,或者windows安装版。由于没有其他设备,目前安装包仅打包的`windows安装包`,其他平台需要自己打包。 使用utools插件版或者安装包,都会有更新提示,如果windows更新无反应,可以自行到`Gitee发行版`中下载新版本安装包进行更新 ### 浏览器插件 前往各个浏览器插件商店下载安装即可。 ### 桌面客户端 如果是win11用户,优先推荐使用`tauri`安装包,在[release](https://gitee.com/qiaoshengda/es-client/releases)中下载即可,安装包更小,使用更加方便。如果安装后使用异常, 就需要前往[落雨不悔的分享站](https://static.esion.xyz/#/插件/es-client)中下载`electron`打包的安装包。 其他windows用户建议下载electron版本,现在electron版本也可以自动更新了 ### docker > 由于本插件没有打包mac和linux版本,所以mac和linux用户只能使用docker版本。 ``` docker run -p 8848:8848 --name es-client -d q2316367743/es-client:latest ``` ## 开发 - 自构建文档:[https://blog.esion.xyz/archives/1722304832149](https://blog.esion.xyz/archives/1722304832149) ## 项目预览 - 首页 ![首页](/img/1.png) - 数据浏览 ![数据浏览](/img/2.png) - 基础查询 ![基础查询](/img/3.png) - 高级查询 ![高级查询](/img/4.png) - 设置 ![设置](/img/5.png) - 关于 ![关于](/img/6.png) ## 项目功能 - 链接管理功能 - 索引浏览功能 - 索引管理功能 - 语法提示与高亮 - 。。。