diff --git a/.changelog/1437.added.txt b/.changelog/1437.added.txt new file mode 100644 index 0000000000..96d638c0d0 --- /dev/null +++ b/.changelog/1437.added.txt @@ -0,0 +1 @@ ++ feat(install): add support for remote management, ephemeral and api url in Windows installer \ No newline at end of file diff --git a/packaging/msi/SumoLogic.wixext/SumoLogic.wixext/ConfigUpdater.cs b/packaging/msi/SumoLogic.wixext/SumoLogic.wixext/ConfigUpdater.cs index c655e51fab..93c546d93f 100644 --- a/packaging/msi/SumoLogic.wixext/SumoLogic.wixext/ConfigUpdater.cs +++ b/packaging/msi/SumoLogic.wixext/SumoLogic.wixext/ConfigUpdater.cs @@ -88,6 +88,7 @@ public void Update(Config config) // is generated as the value instead of an empty node. if (root.Children.ContainsKey("processors")) { + EnsureMapKey(root, "processors"); YamlMappingNode processors = (YamlMappingNode)root.Children["processors"]; if (processors.Children.ContainsKey("sumologic")) {