Skip to content

Commit

Permalink
added new line
Browse files Browse the repository at this point in the history
Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>
  • Loading branch information
anushkamittal20 authored and poiana committed Jan 21, 2022
1 parent 128f60d commit f241bd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,6 @@ policyreport:
enabled: false # if true policyreport output is enabled
kubeconfig: "~/.kube/config" # Kubeconfig file to use (only if falcosidekick is running outside the cluster)
failthreshold: 4 # events with priority above this threshold are mapped to fail in PolicyReport Summary and lower that those are mapped to warn (default=4)
maxevents: 1000 # the max number of events per report(default=1000)
maxevents: 1000 # the max number of events per report(default=1000)
prunebypriority: true # if true; the events with lowest severity are pruned first, in FIFO order

0 comments on commit f241bd3

Please sign in to comment.