Skip to content

Commit

Permalink
new: Falco config for output timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr committed Nov 6, 2020
1 parent d0f33d5 commit 8dd92eb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions falco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,21 @@ syscall_event_drops:
rate: .03333
max_burst: 10


# Falco continuously monitors outputs performance. When an output channel does not allow
# to deliver an alert within a given deadline, an error is reported to the log indicating
# which output is blocking notifications.
# An output timeout error may indicate a misconfiguration issue or I/O problems
# that should be fixed by the user.
#
# The "output_timeout" value specifies the duration in milliseconds to wait before
# considering the deadline exceed.
#
# With a 2000ms default, the notification consumer can block the Falco output
# for up to 2 seconds without reaching the timeout.

output_timeout: 2000

# A throttling mechanism implemented as a token bucket limits the
# rate of falco notifications. This throttling is controlled by the following configuration
# options:
Expand Down

0 comments on commit 8dd92eb

Please sign in to comment.