-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Critical
-
Affects Version/s: 3.0.0beta1
-
Component/s: API (A)
C20ImportConverter module deletes all host prototypes. The method convertDiscoveryRules() has an error in the code:
if (!array_key_exists('st_prototypes', $discovery_rule)) { $discovery_rule['host_prototypes'] = []; }
array_key_exists() checks for incorrect key 'st_prototypes'