diff --git a/falco.yaml b/falco.yaml index c66d943d8ee..9334dfa7c84 100644 --- a/falco.yaml +++ b/falco.yaml @@ -61,7 +61,7 @@ # Falco logging / alerting / metrics related to software functioning (advanced) # output_timeout # syscall_event_timeouts -# syscall_event_drops +# syscall_event_drops -> [CHANGE NOTICE] Automatic notifications will be simplified in Falco 0.38! If you depend on the detailed drop counters payload, use 'metrics.output_rule' along with 'metrics.kernel_event_counters_enabled' instead # metrics # Falco performance tuning (advanced) # syscall_buf_size_preset [DEPRECATED] -> Replaced by `engine..buf_size_preset` starting Falco 0.38! @@ -792,7 +792,7 @@ output_timeout: 2000 syscall_event_timeouts: max_consecutives: 1000 -# [Stable] `syscall_event_drops` +# [Stable] `syscall_event_drops` -> [CHANGE NOTICE] Automatic notifications will be simplified in Falco 0.38! If you depend on the detailed drop counters payload, use 'metrics.output_rule' along with 'metrics.kernel_event_counters_enabled' instead # # Generates "Falco internal: syscall event drop" rule output when `priority=debug` at minimum #