mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 03:27:36 +00:00
17 lines
259 B
YAML
17 lines
259 B
YAML
rules_file: /etc/digwatch.conf
|
|
|
|
# Priority level
|
|
# Any rule with priority lower than this level will be discarded
|
|
priority_level: warning
|
|
|
|
syslog_output:
|
|
enabled: false
|
|
|
|
file_output:
|
|
enabled: true
|
|
filename: ./events.txt
|
|
|
|
stdout_output:
|
|
enabled: true
|
|
|