Skip to content

Commit 2096645

Browse files
authored
IngestAuditMessages (#7023)
Docs update for: - Particular/ServiceControl#4858
1 parent 211de97 commit 2096645

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

servicecontrol/audit-instances/configuration.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,25 @@ Controls the maximum time delay to wait before restarting the audit ingestion pi
256256

257257
Valid settings are between 5 seconds and 1 hour.
258258

259+
### ServiceControl.Audit/IngestAuditMessages
260+
261+
Set to `false` to disable ingesting new audit messages. Useful in some upgrade scenarios.
262+
263+
| Context | Name |
264+
| --- | --- |
265+
| **Environment variable** | `SERVICECONTROL_AUDIT_INGESTAUDITMESSAGES` |
266+
| **App config key** | `ServiceControl.Audit/IngestAuditMessages` |
267+
| **SCMU field** | N/A |
268+
269+
| Type | Default value |
270+
| --- | --- |
271+
| bool | `true` |
272+
259273
### ServiceControl/IngestAuditMessages
260274

275+
> [!WARNING]
276+
> This is the same setting as `ServiceControl.Audit/IngestAuditMessages` but kept for backward compatibility
277+
261278
Set to `false` to disable ingesting new audit messages. Useful in some upgrade scenarios.
262279

263280
| Context | Name |
@@ -270,6 +287,7 @@ Set to `false` to disable ingesting new audit messages. Useful in some upgrade s
270287
| --- | --- |
271288
| bool | `true` |
272289

290+
273291
## Data retention
274292

275293
### ServiceControl.Audit/ExpirationProcessTimerInSeconds

0 commit comments

Comments
 (0)