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

Werk #16473: Support host & service labels in CSV exports again

Component User interface
Title Support host & service labels in CSV exports again
Date Feb 8, 2024
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.3.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT
2.2.0p22 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

In Werk #13729 support for labels in CSV exports was removed (among other things). Instead, for affected columns a constant "NOT_CSV_EXPORTABLE" value was exported.

This change reintroduces host & service labels as JSON serialized strings. This only relates to CSV exports, other formats are not affected.

Sample export:

"host";"host_labels"
"test";"{""cmk\/os_platform"": ""linux"", ""cmk\/os_family"": ""linux"", ""cmk\/check_mk_server"": ""yes"", ""cmk\/site"": ""test""}"
"dummy";"{""my_label"": ""works""}"
"nothing";"{}"

To the list of all Werks