From 6249017e64ddfe332598b1a2d7dcfb229954fa90 Mon Sep 17 00:00:00 2001 From: Casey McGinley Date: Wed, 14 Jan 2026 10:33:53 -0800 Subject: [PATCH 1/2] adjusting windows on integration tests to be full time range --- contentctl/objects/correlation_search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *" From 52bfbd365e39e2cc1e90565cad80d32d9469a125 Mon Sep 17 00:00:00 2001 From: Casey McGinley Date: Wed, 14 Jan 2026 10:52:51 -0800 Subject: [PATCH 2/2] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "]