Skip to content

Commit 50b165b

Browse files
authored
IngestAuditMessages
Docs update for: - Particular/ServiceControl#4858
1 parent 1c426f3 commit 50b165b

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
@@ -237,8 +237,25 @@ Controls the maximum time delay to wait before restarting the audit ingestion pi
237237

238238
Valid settings are between 5 seconds and 1 hour.
239239

240+
### ServiceControl.Audit/IngestAuditMessages
241+
242+
Set to `false` to disable ingesting new audit messages. Useful in some upgrade scenarios.
243+
244+
| Context | Name |
245+
| --- | --- |
246+
| **Environment variable** | `SERVICECONTROL_AUDIT_INGESTAUDITMESSAGES` |
247+
| **App config key** | `ServiceControl.Audit/IngestAuditMessages` |
248+
| **SCMU field** | N/A |
249+
250+
| Type | Default value |
251+
| --- | --- |
252+
| bool | `true` |
253+
240254
### ServiceControl/IngestAuditMessages
241255

256+
> [!WARNING]
257+
> This is the same setting as `ServiceControl.Audit/IngestAuditMessages` but kept for backward compatibility
258+
242259
Set to `false` to disable ingesting new audit messages. Useful in some upgrade scenarios.
243260

244261
| Context | Name |
@@ -251,6 +268,7 @@ Set to `false` to disable ingesting new audit messages. Useful in some upgrade s
251268
| --- | --- |
252269
| bool | `true` |
253270

271+
254272
## Data retention
255273

256274
### ServiceControl.Audit/ExpirationProcessTimerInSeconds

0 commit comments

Comments
 (0)