22.02 update
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"type": "record",
|
||||
"name": "assessment_event",
|
||||
"namespace": "tsg_galaxy_v3",
|
||||
"doc": {
|
||||
"primary_key": "common_log_id",
|
||||
"partition_key": "common_recv_time",
|
||||
"functions": {
|
||||
"$ref": "public_schema_info.json#/functions"
|
||||
}
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"name": "common_recv_time",
|
||||
"label": "Receive Time",
|
||||
"doc": {
|
||||
"constraints": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
},
|
||||
"type": "long"
|
||||
},
|
||||
{
|
||||
"name": "common_log_id",
|
||||
"label": "Log ID",
|
||||
"doc": {
|
||||
"format": {
|
||||
"functions": "snowflake_id"
|
||||
}
|
||||
},
|
||||
"type": "long"
|
||||
},
|
||||
{
|
||||
"name": "lot_number",
|
||||
"label": "Lot Number",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "file_name",
|
||||
"label": "File Name",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "features",
|
||||
"label": "Features",
|
||||
"doc": {
|
||||
"visibility": "hidden"
|
||||
},
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "assessment_type",
|
||||
"label": "Assessment Type",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "size",
|
||||
"label": "Size",
|
||||
"type": "long"
|
||||
},
|
||||
{
|
||||
"name": "file_checksum_sha",
|
||||
"label": "SHA256",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "assessment_date",
|
||||
"label": "Assessment Date",
|
||||
"doc": {
|
||||
"constraints": {
|
||||
"type": "timestamp"
|
||||
}
|
||||
},
|
||||
"type": "long"
|
||||
},
|
||||
{
|
||||
"name": "assessment_file",
|
||||
"label": "Assessment File",
|
||||
"doc": {
|
||||
"constraints": {
|
||||
"type": "file"
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"metadata": [
|
||||
{
|
||||
"namespace": "tsg_galaxy_v3",
|
||||
"group": "CLICKHOUSE_GROUP",
|
||||
"tables": [
|
||||
"radius_onff_log",
|
||||
"session_record",
|
||||
"session_record_common_client_ip",
|
||||
"session_record_common_server_ip",
|
||||
"session_record_http_domain",
|
||||
"interim_session_record",
|
||||
"transaction_record",
|
||||
"radius_record",
|
||||
"voip_record",
|
||||
"gtpc_record",
|
||||
"security_event",
|
||||
"proxy_event",
|
||||
"dos_event",
|
||||
"active_defence_event",
|
||||
"sys_packet_capture_event",
|
||||
"assessment_event"
|
||||
]
|
||||
},
|
||||
{
|
||||
"namespace": "elasticsearch",
|
||||
"group": "ELASTICSEARCH_GROUP",
|
||||
"tables": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"namespace": "system",
|
||||
"group": "CLICKHOUSE_GROUP",
|
||||
"tables": [
|
||||
"query_log_cluster",
|
||||
"tables_cluster",
|
||||
"columns_cluster",
|
||||
"disks_cluster",
|
||||
"parts_cluster",
|
||||
"processes",
|
||||
"query_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"namespace": "druid",
|
||||
"group": "DRUID_GROUP",
|
||||
"tables": [
|
||||
"top_internal_host_log",
|
||||
"top_website_domain_log",
|
||||
"proxy_event_hits_log",
|
||||
"sys_storage_log",
|
||||
"security_event_hits_log",
|
||||
"traffic_protocol_stat_log",
|
||||
"top_server_ip_log",
|
||||
"traffic_summary_log",
|
||||
"traffic_metrics_log",
|
||||
"top_user_log",
|
||||
"top_urls_log",
|
||||
"top_client_ip_log",
|
||||
"top_external_host_log",
|
||||
"traffic_app_stat_log",
|
||||
"traffic_top_destination_ip_metrics_log"
|
||||
]
|
||||
},
|
||||
{
|
||||
"namespace": "etl",
|
||||
"group": "ETL_GROUP",
|
||||
"tables": [
|
||||
"liveChart_interim",
|
||||
"liveChart_session"
|
||||
]
|
||||
},
|
||||
{
|
||||
"namespace":"tsg",
|
||||
"group":"HBASE_GROUP",
|
||||
"tables":[
|
||||
"report_result"
|
||||
]
|
||||
},
|
||||
{
|
||||
"namespace": "tsg_galaxy",
|
||||
"group": "HBASE_GROUP",
|
||||
"tables": [
|
||||
"relation_account_framedip",
|
||||
"recommendation_app_cip",
|
||||
"job_result"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1382
TSG发布版本更新记录/TSG-22.02/qgw/galaxy-qgw-service/config/voip_record.json
Normal file
1382
TSG发布版本更新记录/TSG-22.02/qgw/galaxy-qgw-service/config/voip_record.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user