9 Star 38 Fork 7

Gitee 极速下载 / Mogo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/shimohq/mogo
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ClickVisual

Go Report Card Release go.dev reference GitHub license All Contributors

English | 中文

ClickVisual 是一个轻量级的基于浏览器的日志分析和查询平台,底层数据存储采用 ClickHouse。

文档

访问 https://clickvisual.net/ 查看最新文档。

日志查询演示

log-search

告警配置演示

log-search

DAG 工作流

log-search

可视化配置界面

log-search

特性

  • 提供了可视化的查询面板,可查询命中条数直方图和原始日志
  • 配置好需要计算比率的字段后,可查看字段不同值占比
  • 提供了可视化的 VS Code 风格配置中心,可以便捷地将 fluent-bit 配置同步到 Kubernetes 集群 ConfigMap 中
  • 支持 GitHub 和 GitLab 授权登录

架构

image

安装方法

  • Docker 方式运行
git clone https://github.com/clickvisual/clickvisual.git

# 国内可能需要配置 Docker Proxy,或者配置 image mirror
# 可参考这里:https://github.com/yeasy/docker_practice/blob/master/install/mirror.md
docker-compose up

# 打开浏览器访问 http://localhost:19001
# 默认登录用户名: clickvisual
# 默认登录密码: clickvisual
  • 本地运行
# 下载二进制 
# 获取最新版本
latest=$(curl -sL https://api.github.com/repos/clickvisual/clickvisual/releases/latest | grep  ".tag_name" | sed -E 's/.*"([^"]+)".*/\1/')

# MacOs 下下载
wget "https://github.com/clickvisual/clickvisual/releases/download/${latest}/clickvisual-${latest}-darwin-amd64.tar.gz" -O clickvisual-${latest}.tar.gz 

# Linux 下下载
wget "https://github.com/clickvisual/clickvisual/releases/download/${latest}/clickvisual-${latest}-linux-amd64.tar.gz" -O clickvisual-$(latest).tar.gz  

# 解压 tar.gz 包到 ./clickvisual 目录
mkdir -p ./clickvisual-${latest} && tar -zxvf clickvisual-${latest}.tar.gz -C ./clickvisual-${latest}

# 修改 config/default.toml 配置文件
# 执行 scripts/migration 下迁移脚本,创建数据库和表
# 启动 clickvisual
cd ./clickvisual-${latest} && ./clickvisual --config config/default.toml

# 打开浏览器访问 http://localhost:19001
# 默认登录用户名: clickvisual 
# 默认登录密码: clickvisual

文档贡献

如果你要参与 https://clickvisual.net 文档更新的活动
可以参考该文档 https://github.com/clickvisual/clickvisual/tree/master/docs

加入我们

加入我们,请在验证信息里添加 cv 关键字

感谢

伙伴

MIT License Copyright (c) 2021 Shimo HQ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Mogo 是一个轻量级的基于浏览器的日志分析和查询平台,可以配合 ClickHouse、MySQL 等多种数据源使用 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/mirrors/Mogo.git
git@gitee.com:mirrors/Mogo.git
mirrors
Mogo
Mogo
master

搜索帮助