From 50b165bbe2df86c0f75c77a549eb857930c39bc0 Mon Sep 17 00:00:00 2001 From: Ramon Smits Date: Mon, 3 Mar 2025 14:29:49 +0100 Subject: [PATCH] IngestAuditMessages Docs update for: - https://github.com/Particular/ServiceControl/pull/4858 --- .../audit-instances/configuration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/servicecontrol/audit-instances/configuration.md b/servicecontrol/audit-instances/configuration.md index 55aa93088d4..0fdaebd2a4d 100644 --- a/servicecontrol/audit-instances/configuration.md +++ b/servicecontrol/audit-instances/configuration.md @@ -237,8 +237,25 @@ Controls the maximum time delay to wait before restarting the audit ingestion pi Valid settings are between 5 seconds and 1 hour. +### ServiceControl.Audit/IngestAuditMessages + +Set to `false` to disable ingesting new audit messages. Useful in some upgrade scenarios. + +| Context | Name | +| --- | --- | +| **Environment variable** | `SERVICECONTROL_AUDIT_INGESTAUDITMESSAGES` | +| **App config key** | `ServiceControl.Audit/IngestAuditMessages` | +| **SCMU field** | N/A | + +| Type | Default value | +| --- | --- | +| bool | `true` | + ### ServiceControl/IngestAuditMessages +> [!WARNING] +> This is the same setting as `ServiceControl.Audit/IngestAuditMessages` but kept for backward compatibility + Set to `false` to disable ingesting new audit messages. Useful in some upgrade scenarios. | Context | Name | @@ -251,6 +268,7 @@ Set to `false` to disable ingesting new audit messages. Useful in some upgrade s | --- | --- | | bool | `true` | + ## Data retention ### ServiceControl.Audit/ExpirationProcessTimerInSeconds