ElasticView

command module
v1.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

README





ElasticView


Go Documentation license Release

ElasticView 是一款用来监控ElasticSearch状态和操作ElasticSearch索引的web可视化工具。它由golang开发而成,具有部署方便,占用内存小等优点,官网地址:http://www.elastic-view.cn

  • ElasticSearch连接树管理(更方便的切换测试/生产环境)
  • 支持权限管理
  • 支持sql转换成dsl语法
  • 更方便的重建索引
  • 任务管理
  • 备份管理
  • 可将查询内容下载为excel文件
  • 可进行索引创建,映射创建,别名创建,索引删除等操作
  • 支持版本 6.x,7.x,8.x
  • 支持类似Navicat功能
  • docker部署
  • 支持sqlite3(免安装gcc版)
  • 数据抽取功能

官网地址

http://www.elastic-view.cn

Quick Start

  1. 应用程序下载地址
  2. 下载应用程序下载地址里面的对应压缩包后解压(windows用户下载ElasticView_windows.zip,linux用户下载ElasticView_linux.zip,mac用户下载 ElasticView_mac.zip)
  3. (若无需mysql存储数据则跳过该步骤)修改config.json文件中的 数据库连接信息,日志存放目录和应用启动端口等配置信息
  4. (若无需mysql存储数据则跳过该步骤)数据存储 若config.json下的dbType为sqlite3则指定sqlite配置下的dbPath即可(无需安装gcc) 为mysql则需新建mysql数据库 es_view,导入es_view.sql并修改mysql配置
  5. windows:双击ElasticView.exe linux:chmod +x ElasticView && nohup ./ElasticView > ElasticView.log &
  6. 浏览器访问对应ip:端口,初始用户名:admin,初始密码:admin

ElasticView 部分截图

image image image image image image image image image image image

##支持操作系统:

  • Windows
  • Linux
  • MacOs

☁docker部署

  1. docker run -d -p 8090:8090 1340691923/elastic_view:latest
  2. 浏览器访问对应ip:8090,初始用户名:admin,初始密码:admin
# 启动程序
docker run -d -p 8090:8090 1340691923/elastic_view:latest

# 成功后, 访问Host:8090即可
# 默认用户名与密码均为 admin

🛠️手动构建

# 拉取项目源代码
git clone https://github.com/1340691923/ElasticView

# 同步前端项目依赖
cd vue && npm install

# 构建前端包
static/build/vue_build.bat

# 构建项目二进制程序
static/build/(根据你的系统选择构建脚本).bat

更多

QQ群

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
控制器层
控制器层
engine
db
MySql引擎层
MySql引擎层
logs
日志引擎层
日志引擎层
中间件层
中间件层
数据库实体层
数据库实体层
platform-basic-libs
escache
ES引擎层
ES引擎层
jwt
JSON WEB TOKEN 层
JSON WEB TOKEN 层
my_error
自定义异常层
自定义异常层
request
自定义请求辅助方法层
自定义请求辅助方法层
response
自定义响应 辅助方法层
自定义响应 辅助方法层
service/es_optimize
索引基本操作层
索引基本操作层
service/es_settings
节点配置层
节点配置层
service/gm_role
GM角色层
GM角色层
service/gm_user
GM用户层
GM用户层
util
辅助工具层
辅助工具层
路由层
路由层

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL