Werk #19715: splunk: Fix exception in checkgroup_parameters:splunk_license_state
| Component | Checks & agents | ||||||
| Title | splunk: Fix exception in checkgroup_parameters:splunk_license_state | ||||||
| Date | Jul 28, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, updating a site with a rule of the ruleset "Splunk License State"
configured could fail during cmk-update-config with the following error:
ERROR: Failed to transform rule: (Ruleset: checkgroup_parameters:splunk_license_state, ...
...
ValueError: (1209600, 604800)
This was caused by a missing migration of the "Expiration time" levels to the new ruleset format. With this werk, the levels are migrated correctly.