This section describes how to edit notification silence conditions.

Prerequisites

  • You need to have the platform-admin role in the KubeSphere platform. For more information, see Users and Platform Roles.

  • The WizTelemetry Notification extension needs to be installed and enabled on the KubeSphere platform.

Steps

  1. Log in to the KubeSphere web console with a user who has the platform-admin role.

  2. In the upper right corner of the page, click the grid icon and select WizTelemetry Observability Platform.

  3. Click Notification > Notification Settings in the left navigation pane.

  4. Click more on the right side of the silence policy you want to operate on, and then select Edit Silence Conditions from the drop-down list.

  5. In the Edit Silence Conditions dialog box, set the silence conditions, and then click OK.

    • Mute All Notifications

      Set the mute policy to apply to all notifications.

    • Custom Mute Conditions

      Set the mute policy to apply only to notifications that meet specified conditions. Click Add to set the conditions that notifications must satisfy.

      Parameter Description

      Key

      The key in the notification content. Click the dropdown list to select a preset key, or you can enter a custom key in the dropdown list.

      Operator

      The operator for the filter condition.

      • Contains: The value corresponding to the key contains a specific string.

      • Does Not Contain: The value corresponding to the key does not contain a specific string.

      • Exists: The specified key exists in the notification content.

      • Does Not Exist: The specified key does not exist in the notification content.

      • Regex Match: Filters notifications that meet the condition through a regular expression.

      Value

      The string that the value corresponding to the key must contain. Press Enter to set multiple strings; the condition is satisfied if the value corresponding to the key contains any one of these strings.