diff --git a/contentctl/objects/correlation_search.py b/contentctl/objects/correlation_search.py index ec8cb609..af944f4a 100644 --- a/contentctl/objects/correlation_search.py +++ b/contentctl/objects/correlation_search.py @@ -91,8 +91,8 @@ class ScheduleConfig(StrEnum): Configuraton values for the saved search schedule """ - EARLIEST_TIME = "-5y@y" - LATEST_TIME = "-1m@m" + EARLIEST_TIME = "0" + LATEST_TIME = "now" CRON_SCHEDULE = "0 0 1 1 *" diff --git a/pyproject.toml b/pyproject.toml index 9f742634..9c051121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "contentctl" -version = "5.5.9" +version = "5.5.10" description = "Splunk Content Control Tool" authors = ["STRT "]