You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hbyd_ueba/jobs/jobmeta.json

33 lines
1.1 KiB

3 months ago
[
{
3 months ago
"task_name": "ueba_cron",
3 months ago
"task_type": 1,
3 months ago
"exec_cmd": "python /home/master/ISOP/apps/uebaMetricsAnalysis/cron/ueba_cron_pg.py",
3 months ago
"task_owner": "uebaMetricsAnalysis",
"run_mode": 1,
3 months ago
"duration_args": "0 */5 * * * ?",
"retry_nums": 3,
3 months ago
"is_enable": 1,
3 months ago
"task_description": "每5分钟执行一次数据清洗"
},{
"task_name": "ueba_cron_file_merge",
"task_type": 1,
"exec_cmd": "python /home/master/ISOP/apps/uebaMetricsAnalysis/cron/ueba_cron_file_merge.py",
"task_owner": "uebaMetricsAnalysis",
"run_mode": 1,
"duration_args": "0 0/30 * * * ?",
"retry_nums": 3,
"is_enable": 1,
"task_description": "每半时执行一次 将清洗的数据做合并"
},{
3 months ago
"task_name": "ueba_cron_data_insert",
"task_type": 1,
"exec_cmd": "python /home/master/ISOP/apps/uebaMetricsAnalysis/cron/ueba_cron_data_insert.py",
"task_owner": "uebaMetricsAnalysis",
"run_mode": 1,
2 months ago
"duration_args": "0 10 1 * * ?",
3 months ago
"retry_nums": 3,
3 months ago
"is_enable": 1,
2 months ago
"task_description": "凌晨1点10分执行一次 将汇总数据写入pg"
3 months ago
}
]