We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8369512 + 52bfbd3 commit a2810b3Copy full SHA for a2810b3
2 files changed
contentctl/objects/correlation_search.py
@@ -91,8 +91,8 @@ class ScheduleConfig(StrEnum):
91
Configuraton values for the saved search schedule
92
"""
93
94
- EARLIEST_TIME = "-5y@y"
95
- LATEST_TIME = "-1m@m"
+ EARLIEST_TIME = "0"
+ LATEST_TIME = "now"
96
CRON_SCHEDULE = "0 0 1 1 *"
97
98
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "contentctl"
3
4
-version = "5.5.9"
+version = "5.5.10"
5
6
description = "Splunk Content Control Tool"
7
authors = ["STRT <research@splunk.com>"]
0 commit comments