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
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.2.0p22 2.3.0b1 2.4.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

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