Skip to content

Commit

Permalink
feat: add new options to windows install script and installer
Browse files Browse the repository at this point in the history
* fix build error
* add changelog entry
  • Loading branch information
fguimond committed Feb 8, 2024
1 parent f6ea7f3 commit 285bef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/1437.added.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+ feat(install): add support for remote management, ephemeral and api url in Windows installer
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
{
Expand Down

0 comments on commit 285bef8

Please sign in to comment.