Skip to content

Commit

Permalink
fix(fim): add auto option for backend and make it the default one (#9702
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pkoutsovasilis committed Apr 24, 2024
1 parent c563bb3 commit 4284262
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
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.15.1"
changes:
- description: Fix default backend to auto
type: bugfix
link: https://github.com/elastic/integrations/pulls/9702
- version: "1.15.0"
changes:
- description: New event sourcing backends added
Expand Down
18 changes: 10 additions & 8 deletions packages/fim/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: fim
title: "File Integrity Monitoring"
version: "1.15.0"
version: "1.15.1"
description: "The File Integrity Monitoring integration reports filesystem changes in real time."
type: integration
categories:
Expand Down Expand Up @@ -79,15 +79,17 @@ vars:
Forces a particular event source for file events on Linux. `fsnotify` does not provide
user information.
options:
- text: ebpf
value: ebpf
- text: fsnotify
value: fsnotify
- text: kprobes
value: kprobes
- text: auto
value: auto
- text: ebpf
value: ebpf
- text: fsnotify
value: fsnotify
- text: kprobes
value: kprobes
show_user: true
required: false
default: fsnotify
default: auto
- name: max_file_size
type: text
title: File size limit
Expand Down

0 comments on commit 4284262

Please sign in to comment.