diff --git a/packages/netbox/changelog.yml b/packages/netbox/changelog.yml index 391c639f675..29fff0262cf 100644 --- a/packages/netbox/changelog.yml +++ b/packages/netbox/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.0" + changes: + - description: Set `disable_keep_alive` default to false + type: bugfix + link: https://github.com/elastic/integrations/pull/18679 - version: "0.1.0" changes: - description: Initial draft of the package diff --git a/packages/netbox/manifest.yml b/packages/netbox/manifest.yml index 3a9a972a266..d4efc040afd 100644 --- a/packages/netbox/manifest.yml +++ b/packages/netbox/manifest.yml @@ -1,7 +1,7 @@ format_version: 3.4.1 name: netbox title: "NetBox" -version: 0.1.0 +version: 0.2.0 source: license: "Elastic-2.0" description: "Collect logs from NetBox with Elastic Agent" @@ -88,6 +88,7 @@ policy_templates: description: Controls whether HTTP keep-alives are disabled. type: bool multi: false + default: false owner: github: elastic/obs-infraobs-integrations type: elastic