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 @@ -237,8 +237,25 @@ Controls the maximum time delay to wait before restarting the audit ingestion pi
237237
238238Valid 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+
242259Set 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
You can’t perform that action at this time.
0 commit comments