Skip to content

Commit

Permalink
docs: Add maxBackgroundReports flag documentation (#1381)
Browse files Browse the repository at this point in the history
* docs: Add maxBackgroundReports flag documentation

Signed-off-by: aerosouund <[email protected]>

* chore: Update flag docs to use ephemeralreports instead of background reports as changed in the container flag itself

Signed-off-by: aerosouund <[email protected]>

---------

Signed-off-by: aerosouund <[email protected]>
Co-authored-by: Jim Bugwadia <[email protected]>
  • Loading branch information
aerosouund and JimBugwadia authored Oct 14, 2024
1 parent b7a815c commit 69c4d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/installation/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ The following flags can be used to control the advanced behavior of the various
| `logtostderr` (ABCR) | true | Log to standard error instead of files. |
| `maxAPICallResponseLength` (ABCR) | `10000000` | Sets the maximum length of the response body for API calls. |
| `maxAuditWorkers` (A) | `8` | Maximum number of workers for audit policy processing. |
| `maxBackgroundReports` (BR) | `10000` | Maximum number of ephemeralreports created for the background policies before we stop creating new ones. |
| `maxAuditCapacity` (A) | `1000` | Maximum number of workers for audit policy processing. |
| `maxQueuedEvents` (ABR) | `1000` | Defines the upper limit of events that are queued internally. |
| `metricsPort` (ABCR) | `8000` | Specifies the port to expose prometheus metrics. |
Expand Down

0 comments on commit 69c4d1b

Please sign in to comment.