diff --git a/TSG发布版本更新记录/TSG-21.11/job/xxl_job.sql b/TSG发布版本更新记录/TSG-21.11/job/xxl_job.sql index 178ba71..ce99dac 100644 --- a/TSG发布版本更新记录/TSG-21.11/job/xxl_job.sql +++ b/TSG发布版本更新记录/TSG-21.11/job/xxl_job.sql @@ -2,3 +2,5 @@ delete FROM `xxl_job_info` where executor_handler="druidCompactSegmentJobHandler"; INSERT INTO `xxl_job_info` VALUES ('86', '6', '0 0 1 * * ?', 'Compact-With-Day-Job', '2021-07-21 14:13:57', '2021-11-22 06:56:01', 'galaxy', '', 'FAILOVER', 'druidCompactSegmentJobHandler', '{\r\n\"dataSource\":\"top_urls_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"top_website_domain_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"top_client_ip_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"top_server_ip_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"top_external_host_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"top_internal_host_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"top_user_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"security_event_hits_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"proxy_event_hits_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"traffic_protocol_stat_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"traffic_metrics_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"traffic_summary_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"traffic_top_destination_ip_metrics_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"traffic_app_stat_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n};\r\n{\r\n\"dataSource\":\"sys_storage_log\",\r\n\"internalOrNumOfHistory\":\"1\",\r\n\"segmentGranularity\":\"DAY\"\r\n}', 'DISCARD_LATER', '0', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-21 14:13:57', '', '1', '1637514000000', '1637600400000'); + + diff --git a/TSG发布版本更新记录/TSG-22.03/job/admin/logback.xml b/TSG发布版本更新记录/TSG-22.03/job/admin/logback.xml new file mode 100644 index 0000000..baad0c8 --- /dev/null +++ b/TSG发布版本更新记录/TSG-22.03/job/admin/logback.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + ${LOG_PATTERN} + + + + + ${LOG_PATH}/${LOG_FILE_NAME}.log + + ALL + + + ${LOG_PATTERN} + + + + ${LOG_PATH}/history/${LOG_FILE_NAME}-%d{yyyy-MM-dd}-%i.log.gz + + ${LOG_DAYS} + ${LOG_SIZE} + + + + + + + + + \ No newline at end of file diff --git a/TSG发布版本更新记录/TSG-22.03/job/executor/logback.xml b/TSG发布版本更新记录/TSG-22.03/job/executor/logback.xml new file mode 100644 index 0000000..9007102 --- /dev/null +++ b/TSG发布版本更新记录/TSG-22.03/job/executor/logback.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + ${LOG_PATTERN} + + + + ${LOG_PATH}/${LOG_FILE_NAME}.log + + ALL + + + ${LOG_PATTERN} + + + + ${LOG_PATH}/history/${LOG_FILE_NAME}-%d{yyyy-MM-dd}-%i.log.gz + + ${LOG_DAYS} + ${LOG_SIZE} + + + + + + + + + \ No newline at end of file