Skip to content

Commit

Permalink
updated README.md; minor corrections
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 cd153b7 commit 39778b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ policyreport:
enabled: false # if true; policyreport output is enabled
kubeconfig: "~/.kube/config" # Kubeconfig file to use (only if falcosidekick is running outside the cluster)
minimumpriority: "debug" # events with a priority above this are mapped to fail in PolicyReport Summary and lower that those are mapped to warn (default="")
maxevents: 1000 # the max number of events that can be in a policyreport (default=10)
prunebypriority : false # if true; the events with lowest severity are pruned first, in FIFO order
maxevents: 1000 # the max number of events that can be in a policyreport (default=1000)
prunebypriority: false # if true; the events with lowest severity are pruned first, in FIFO order (default: false)

webui:
url: "" # WebUI URL, if not empty, WebUI output is enabled
Expand Down Expand Up @@ -841,8 +841,8 @@ care of lower/uppercases**) : `yaml: a.b --> envvar: A_B` :
- **POLICYREPORT_ENABLED**: if true policyreport output is enabled (default: `false`)
- **POLICYREPORT_KUBECONFIG**: Kubeconfig file to use (only if falcosidekick is running outside the cluster)
- **POLICYREPORT_MINIMUMPRIORITY**: events with priority above this are mapped to fail in PolicyReport summary and lower that those are mapped to warn
- **POLICYREPORT_MAXEVENTS**: the max number of events that can be per report (default=1000)
- **POLICYREPORT_PRUNEBYPRIORITY**: if true; the events with lowest severity are pruned first, in FIFO order(default=false)
- **POLICYREPORT_MAXEVENTS**: the max number of events that can be per report (default: 1000)
- **POLICYREPORT_PRUNEBYPRIORITY**: if true; the events with lowest severity are pruned first, in FIFO order (default: `false`)

#### Slack/Rocketchat/Mattermost/Googlechat Message Formatting

Expand Down
2 changes: 1 addition & 1 deletion config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ policyreport:
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)
prunebypriority: true # if true; the events with lowest severity are pruned first, in FIFO order
prunebypriority: false # if true; the events with lowest severity are pruned first, in FIFO order (default: false)

0 comments on commit 39778b9

Please sign in to comment.