mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * observability/monitoring/managing-alerts.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
|
|
[id="editing-silences_{context}"]
|
|
= Editing silences
|
|
|
|
You can edit a silence, which expires the existing silence and creates a new one with the changed configuration.
|
|
|
|
.Prerequisites
|
|
|
|
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
* If you are a cluster administrator, you have access to the cluster as a user with the `cluster-admin` role.
|
|
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
ifdef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
* If you are a cluster administrator, you have access to the cluster as a user with the `dedicated-admin` role.
|
|
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
|
|
* If you are a non-administrator user, you have access to the cluster as a user with the following user roles:
|
|
** The `cluster-monitoring-view` cluster role, which allows you to access Alertmanager.
|
|
** The `monitoring-alertmanager-edit` role, which permits you to create and silence alerts.
|
|
|
|
.Procedure
|
|
|
|
. In the {product-title} web console, go to *Observe* -> *Alerting* -> *Silences*.
|
|
|
|
. For the silence you want to modify, click {kebab} and select *Edit silence*.
|
|
+
|
|
Alternatively, you can click *Actions* and select *Edit silence* on the *Silence details* page for a silence.
|
|
|
|
. On the *Edit silence* page, make changes and click *Silence*. Doing so expires the existing silence and creates one with the updated configuration.
|
|
|
|
|
|
|
|
|
|
|