Skip to content

Commit 7ac7bd8

Browse files
authored
[7.14] [DOCS] Fix URL in alerting API (#209594) (#209616)
# Backport This will backport the following commits from `7.17` to `7.14`: - [[DOCS] Fix URL in alerting API (#209594)](#209594) NOTE: Since the target page doesn't exist in this branch, I've linked to 8.0. I used that branch instead of current, since "current" will change again in the near future and seems like it is less likely to be helpful than pointing to one of the 8.x branches. <!--- Backport version: 9.6.4 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-02-04T17:39:12Z","message":"[DOCS] Fix URL in alerting API (#209594)","sha":"8a7cb74f8adc06e00779b66e5ea3212aa182e79a","branchLabelMapping":{"^v8.1.0$":"master","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","v7.10.3","v7.11.3","v7.12.2","v7.13.5","v7.14.3","skip-ci","v7.15.3","v7.16.4","backport:version"],"title":"[DOCS] Fix URL in alerting API","number":209594,"url":"https://github.com/elastic/kibana/pull/209594","mergeCommit":{"message":"[DOCS] Fix URL in alerting API (#209594)","sha":"8a7cb74f8adc06e00779b66e5ea3212aa182e79a"}},"sourceBranch":"7.17","suggestedTargetBranches":["7.10","7.11","7.12","7.13","7.14","7.15","7.16"],"targetPullRequestStates":[{"branch":"7.10","label":"v7.10.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.11","label":"v7.11.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.12","label":"v7.12.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.13","label":"v7.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.14","label":"v7.14.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.15","label":"v7.15.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.16","label":"v7.16.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
1 parent 54351cb commit 7ac7bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/alerting/legacy/create.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create {kib} alerts.
2121
`space_id`::
2222
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.
2323

24-
WARNING: As part of the {kibana-ref-all}/master/sharing-saved-objects.html[Sharing Saved Objects] effort, IDs for rules in a custom space will be regenerated in 8.0.0. Rules created prior to 8.0.0 using this API that specify both the `id` and `space_id` path parameters will be re-assigned a randomly generated ID upon upgrading to 8.0.0.
24+
WARNING: As part of the {kibana-ref-all}/8.0/sharing-saved-objects.html[Sharing Saved Objects] effort, IDs for rules in a custom space will be regenerated in 8.0.0. Rules created prior to 8.0.0 using this API that specify both the `id` and `space_id` path parameters will be re-assigned a randomly generated ID upon upgrading to 8.0.0.
2525

2626
`id`::
2727
(Optional, string) Specifies a UUID v1 or v4 to use instead of a randomly generated ID.

0 commit comments

Comments
 (0)