Skip to content

Commit

Permalink
Added force_backend configuration key to fim integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacklebox committed Jan 16, 2024
1 parent 3840a7f commit d9d081f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ paths:
{{/each}}
recursive: {{recursive}}
scan_at_start: {{scan_at_start}}
force_backend: {{force_backend}}
hash_types:
{{#each hash_types as |hash i|}}
- {{hash}}
Expand Down
10 changes: 10 additions & 0 deletions packages/fim/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ vars:
required: false
default:
- sha1
- name: force_backend
type: text
title: File Event Source
description: |
Forces a particular event source for file events on Linux. `fsnotify` does not provide
user information. Supported types are:
`ebpf`, `fsnotify`, `kprobe`.
show_user: true
required: false
default: fsnotify
- name: max_file_size
type: text
title: File size limit
Expand Down

0 comments on commit d9d081f

Please sign in to comment.