File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
servicecontrol/audit-instances Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,25 @@ Controls the maximum time delay to wait before restarting the audit ingestion pi
256256
257257Valid 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+
261278Set 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
You can’t perform that action at this time.
0 commit comments