Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/netbox/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Comment thread
macroscopeapp[bot] marked this conversation as resolved.
- version: "0.1.0"
changes:
- description: Initial draft of the package
Expand Down
3 changes: 2 additions & 1 deletion packages/netbox/manifest.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
Loading