fix: schedule_window should be less than cron frequency

This commit is contained in:
Ming Di Leom 2023-11-14 07:28:06 +00:00
parent 93b7e2a44c
commit 1787e5e2de
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ description = Update lookup every 15 minutes from 00:00
# https://docs.splunk.com/Documentation/Splunk/9.1.1/SearchReference/Collect#Events_without_timestamps
dispatch.earliest_time = 0
enableSched = 0
schedule_window = 60
schedule_window = 5
search = | getbotnetip
[malware-filter Update botnet-filter-splunk.csv]
@ -26,7 +26,7 @@ cron_schedule = */15 * * * *
description = Update lookup every 15 minutes from 00:00
dispatch.earliest_time = 0
enableSched = 0
schedule_window = 60
schedule_window = 5
search = | getopendbl
[malware-filter Update phishing-filter-splunk.csv]