From d18d428b16db67c9710f3a191fd1d565ccb1e6b3 Mon Sep 17 00:00:00 2001 From: qidaijie Date: Tue, 2 Mar 2021 11:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20version=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../connection_record_log.avsc | 0 .../{网关 => 查询引擎}/proxy_event_log.avsc | 0 .../{网关 => 查询引擎}/radius_record_log.avsc | 0 .../security_event_log.avsc | 0 TSG-21.03/查询引擎/version.json | 95 +++++++++++++++++++ 5 files changed, 95 insertions(+) rename TSG-21.03/{网关 => 查询引擎}/connection_record_log.avsc (100%) rename TSG-21.03/{网关 => 查询引擎}/proxy_event_log.avsc (100%) rename TSG-21.03/{网关 => 查询引擎}/radius_record_log.avsc (100%) rename TSG-21.03/{网关 => 查询引擎}/security_event_log.avsc (100%) create mode 100644 TSG-21.03/查询引擎/version.json diff --git a/TSG-21.03/网关/connection_record_log.avsc b/TSG-21.03/查询引擎/connection_record_log.avsc similarity index 100% rename from TSG-21.03/网关/connection_record_log.avsc rename to TSG-21.03/查询引擎/connection_record_log.avsc diff --git a/TSG-21.03/网关/proxy_event_log.avsc b/TSG-21.03/查询引擎/proxy_event_log.avsc similarity index 100% rename from TSG-21.03/网关/proxy_event_log.avsc rename to TSG-21.03/查询引擎/proxy_event_log.avsc diff --git a/TSG-21.03/网关/radius_record_log.avsc b/TSG-21.03/查询引擎/radius_record_log.avsc similarity index 100% rename from TSG-21.03/网关/radius_record_log.avsc rename to TSG-21.03/查询引擎/radius_record_log.avsc diff --git a/TSG-21.03/网关/security_event_log.avsc b/TSG-21.03/查询引擎/security_event_log.avsc similarity index 100% rename from TSG-21.03/网关/security_event_log.avsc rename to TSG-21.03/查询引擎/security_event_log.avsc diff --git a/TSG-21.03/查询引擎/version.json b/TSG-21.03/查询引擎/version.json new file mode 100644 index 0000000..f7f51c1 --- /dev/null +++ b/TSG-21.03/查询引擎/version.json @@ -0,0 +1,95 @@ +{ + "product": "XXG Test environment", + "version": "21.03", + "registered": "Geedge", + "updated":"2021-03-02 11:00:03", + "components": { + "oss": [ + { + "name": "zookeeper", + "version": "3.4.9", + "licenseType": "Apache License 2.0", + "description": "分布式应用程序协调服务" + }, + { + "name": "kafka", + "version": "2.11_1.0.0", + "licenseType": "Apache License 2.0", + "description": "消息队列" + }, + { + "name": "habse", + "version": "2.2.3", + "licenseType": "Apache License 2.0", + "description": "用于文件系统和存储Radius数据" + }, + { + "name": "flume", + "version": "1.9.0", + "licenseType": "Apache License 2.0", + "description": "日志补全传输" + }, + { + "name": "clickhouse", + "version": "20.3.12.112", + "licenseType": "Apache License 2.0", + "description": "原始日志数据库" + }, + { + "name": "druid", + "version": "0.18.1", + "licenseType": "Apache License 2.0", + "description": "分析实时数据并提供低延迟查询的OLAP应用程序" + }, + { + "name": "gohangout", + "version": "1.15.2.20200921", + "description": "动态获取原始日志表schema入库程序" + } + ], + "apps": [ + { + "name": "galaxy-qgw-service", + "version": "341", + "description": "数据平台对外统一查询网关" + }, + { + "name": "galaxy-report-service", + "version": "21.02.25", + "description": "自定义报表查询服务" + }, + { + "name": "galaxy-hos-service", + "version": "21.03.01", + "description": "对象存储服务" + }, + { + "name": "xxl-job-admin", + "version": "v1.3.20210302", + "description": "分布式任务调度平台" + }, + { + "name": "xxl-job-executor", + "version": "v1.3.20210302", + "description": "分布式任务调度平台-执行器" + } + ], + "tasks": [ + { + "name": "flume", + "version": "flume-config-21.03", + "description": "原始日志补全、subscriber更新、Radius上下线功能" + }, + { + "name": "druid", + "version": "druid-config-21.02", + "description": "所有分析日志任务" + }, + { + "name": "gohangout", + "version": "gohangout-config-21.02", + "description": "原始日志入库、上下线日志入库" + } + ] + } +}