mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ResponseOps][Alerting] clarify doc on mute/unmute alert instance id's (#138657)
* Updating docs * Adding missing word * Update docs/api/alerting/mute_alert.asciidoc Co-authored-by: Lisa Cawley <lcawley@elastic.co> * Update docs/api/alerting/unmute_alert.asciidoc Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
6221b4fd70
commit
0b8d2edc17
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Mute an alert.
|
|||
(Required, string) The ID of the rule whose alert you want to mute.
|
||||
|
||||
`alert_id`::
|
||||
(Required, string) The ID of the alert that you want to mute.
|
||||
(Required, string) The ID of the alert that you want to mute. The `alert_id` is generated by the rule and might be any arbitrary string.
|
||||
|
||||
`space_id`::
|
||||
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.
|
||||
|
|
|
@ -20,7 +20,7 @@ Unmute an alert.
|
|||
(Required, string) The ID of the rule whose alert you want to mute.
|
||||
|
||||
`alert_id`::
|
||||
(Required, string) The ID of the alert that you want to unmute.
|
||||
(Required, string) The ID of the alert that you want to unmute. The `alert_id` is generated by the rule and might be any arbitrary string.
|
||||
|
||||
`space_id`::
|
||||
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue