fix: schedule_window should be less than cron frequency
This commit is contained in:
parent
93b7e2a44c
commit
1787e5e2de
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue