diff options
| author | wanghao <[email protected]> | 2023-01-09 17:22:21 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2023-01-10 14:22:25 +0800 |
| commit | ac5dc94205590bf30e723c6a41831849d67ce9ef (patch) | |
| tree | 24f28fca5b0cf7754e65d8bae6774ef5de375f0e | |
| parent | acce1e6d00be7deb523fdcf10a57bae513a94901 (diff) | |
fix(schema):1.完善部分日志schema索引键 2.调整部分日志schema索引键顺序br-361
9 files changed, 9 insertions, 9 deletions
diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/gtpc_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/gtpc_record.json index 06af89ee..c3f78583 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/gtpc_record.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/gtpc_record.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", - "common_recv_time", "common_data_center", + "common_recv_time", "common_vsys_id" ], "functions": { diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/interim_session_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/interim_session_record.json index 2ccdd16c..04c3936b 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/interim_session_record.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/interim_session_record.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", - "common_recv_time", "common_data_center", + "common_recv_time", "common_vsys_id" ], "functions": { diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json index 87b34bf4..d8c8ca68 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/proxy_event.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", - "common_recv_time", "common_policy_id", + "common_recv_time", "common_vsys_id" ], "functions": { diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/radius_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/radius_record.json index e028048b..64caba69 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/radius_record.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/radius_record.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", + "common_data_center", "common_recv_time", - "common_policy_id", "common_vsys_id" ], "functions": { diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json index a6f59dba..3c8ba973 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/security_event.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", - "common_recv_time", "common_policy_id", + "common_recv_time", "common_vsys_id" ], "functions": { diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json index 9104f186..c8e437b8 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/session_record.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", + "common_data_center", "common_recv_time", - "common_policy_id", "common_vsys_id" ], "index_table": "session_record_common_client_ip,session_record_common_server_ip,session_record_http_domain", diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/sys_packet_capture_event.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/sys_packet_capture_event.json index 3910285f..2999f6c2 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/sys_packet_capture_event.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/sys_packet_capture_event.json @@ -7,8 +7,8 @@ "partition_key": "common_recv_time", "index_key": [ "common_log_id", - "common_recv_time", "common_policy_id", + "common_recv_time", "common_vsys_id" ] }, diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json index e4950a22..6175e691 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/transaction_record.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_stream_trace_id", - "common_recv_time", "common_data_center", + "common_recv_time", "common_vsys_id" ], "functions": { diff --git a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json index ad61d206..aec7362b 100644 --- a/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json +++ b/config/nacos/config/fixed-127.0.0.1_8848-tsg_nacos/data/config-data-tenant/tsg/Galaxy/voip_record.json @@ -9,8 +9,8 @@ "default_ttl": 2592000, "index_key": [ "common_log_id", - "common_recv_time", "common_data_center", + "common_recv_time", "common_vsys_id" ], "functions": { |
