Skip to content
Merged
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/fim/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.0"
changes:
- description: "Make GA and compatible with 8.2"
type: enhancement
link: https://github.com/elastic/integrations/pull/3389
- version: "0.1.0"
changes:
- description: Initial version
Expand Down
6 changes: 3 additions & 3 deletions packages/fim/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
format_version: 1.0.0
name: fim
title: "File Integrity Monitoring"
version: 0.1.0
version: 1.0.0
license: basic
release: beta
release: ga
description: "The File Integrity Monitoring integration reports filesystem changes in real time."
type: integration
categories:
- monitoring
- os_system
- security
conditions:
kibana.version: "^8.3.0"
kibana.version: "^8.2.0"
icons:
- src: /img/sample-logo.svg
title: Sample logo
Expand Down