Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #19365: Elasticsearch indices: don't crash on malformed section data

Component Checks & agents
Title Elasticsearch indices: don't crash on malformed section data
Date Apr 13, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.6.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0b5
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

Hosts that provided an elasticsearch_indices section in an unexpected format (for example, from a legacy or third-party agent emitting plain tabular rows instead of a single JSON payload) caused the section parser to abort with an opaque JSONDecodeError.

The parser now returns an empty section when the section data is missing or cannot be decoded as JSON. Affected services will go stale rather than producing a crash report.

To the list of all Werks