From a7338650fd96ed8ccb13709599253654ab842b7c Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Tue, 18 Apr 2023 16:38:53 -0700 Subject: [PATCH] fix scheduling --- baselines/baseline_of_command_line_length___mltk.yml | 7 +++++++ baselines/baseline_of_dns_query_length___mltk.yml | 6 ++++++ ...usly_seen_cloud_compute_creations_by_user___initial.yml | 6 +++--- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/baselines/baseline_of_command_line_length___mltk.yml b/baselines/baseline_of_command_line_length___mltk.yml index ac7c7b3acb..fb38d1dd2d 100644 --- a/baselines/baseline_of_command_line_length___mltk.yml +++ b/baselines/baseline_of_command_line_length___mltk.yml @@ -48,4 +48,11 @@ tags: - Processes.process_name - Processes.process security_domain: endpoint +deployment: + scheduling: + cron_schedule: 0 0 1 * * + earliest_time: -30d@d + latest_time: -1d@d + schedule_window: auto + diff --git a/baselines/baseline_of_dns_query_length___mltk.yml b/baselines/baseline_of_dns_query_length___mltk.yml index d19ab3d0da..5558e4df13 100644 --- a/baselines/baseline_of_dns_query_length___mltk.yml +++ b/baselines/baseline_of_dns_query_length___mltk.yml @@ -41,3 +41,9 @@ tags: - DNS.query - DNS.record_type security_domain: network +deployment: + scheduling: + cron_schedule: 0 0 */30 * * + earliest_time: -30d@d + latest_time: -1d@d + schedule_window: auto diff --git a/baselines/previously_seen_cloud_compute_creations_by_user___initial.yml b/baselines/previously_seen_cloud_compute_creations_by_user___initial.yml index 2be9d42b51..91fd9115a9 100644 --- a/baselines/previously_seen_cloud_compute_creations_by_user___initial.yml +++ b/baselines/previously_seen_cloud_compute_creations_by_user___initial.yml @@ -33,7 +33,7 @@ tags: security_domain: network deployment: scheduling: - cron_schedule: 55 * * * * - earliest_time: -70m@m - latest_time: -10m@m + cron_schedule: 0 2 * * 0 + earliest_time: -90d@d + latest_time: -1d@d schedule_window: auto \ No newline at end of file