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.
24 lines
770 B
24 lines
770 B
[
|
|
{
|
|
"task_name": "ueba_cron",
|
|
"task_type": 1,
|
|
"exec_cmd": "python /home/master/ISOP/apps/uebaMetricsAnalysis/cron/ueba_cron_pg.py",
|
|
"task_owner": "uebaMetricsAnalysis",
|
|
"run_mode": 1,
|
|
"duration_args": "0 */1 * * * ?",
|
|
"retry_nums": 0,
|
|
"is_enable": 1,
|
|
"task_description": "每分钟执行一次数据清洗"
|
|
},
|
|
{
|
|
"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,
|
|
"duration_args": "0 0 3 * * ?",
|
|
"retry_nums": 0,
|
|
"is_enable": 1,
|
|
"task_description": "每天执行一次 将汇总数据写入pg"
|
|
}
|
|
] |