22.03 update

This commit is contained in:
coolcut2012
2022-03-10 10:02:04 +08:00
parent a134d31d65
commit 202773e492

View File

@@ -0,0 +1,52 @@
ALTER table tsg_galaxy_v3.session_record_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.session_record on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.session_record on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.interim_session_record_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.security_event_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.security_event on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.security_event on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.proxy_event_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.proxy_event on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.transaction_record_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.sys_packet_capture_event_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.sys_packet_capture_event on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.radius_record_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.radius_record on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.radius_record on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.gtpc_record_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.gtpc_record on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.gtpc_record on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.voip_record_local on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.voip_record on cluster ck_cluster add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.voip_record on cluster ck_query add column IF NOT EXISTS common_ingestion_time Int64 after common_processing_time;
ALTER table tsg_galaxy_v3.security_event_local on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.security_event on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.security_event on cluster ck_query add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.session_record_local on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.session_record on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.session_record on cluster ck_query add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.transaction_record_local on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.transaction_record on cluster ck_query add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.interim_session_record_local on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_cluster add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;
ALTER table tsg_galaxy_v3.interim_session_record on cluster ck_query add column IF NOT EXISTS dns_response_latency_ms Int64 after dns_rr;