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

Komponente User interface
Titel Support host & service labels in CSV exports again
Datum 08.02.2024
Checkmk Edition Checkmk Raw (CRE)
Checkmk-Version 2.2.0p22 2.3.0b1 2.4.0b1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

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";"{}"

Zur Liste aller Werks