mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.9`: - [[DOCS] Link to rule and connector Elasticstack provider resources (#161275)](https://github.com/elastic/kibana/pull/161275) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2023-07-17T15:34:10Z","message":"[DOCS] Link to rule and connector Elasticstack provider resources (#161275)","sha":"48ec52b202643ecdf54de963ac5cabf62825bc4f","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","Team:ResponseOps","docs","backport:prev-minor","v8.9.0","v8.10.0"],"number":161275,"url":"https://github.com/elastic/kibana/pull/161275","mergeCommit":{"message":"[DOCS] Link to rule and connector Elasticstack provider resources (#161275)","sha":"48ec52b202643ecdf54de963ac5cabf62825bc4f"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/161275","number":161275,"mergeCommit":{"message":"[DOCS] Link to rule and connector Elasticstack provider resources (#161275)","sha":"48ec52b202643ecdf54de963ac5cabf62825bc4f"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
88b7f28530
commit
6440519230
2 changed files with 6 additions and 0 deletions
|
@ -159,6 +159,9 @@ action in the current space.
|
|||
For out-of-the-box and standardized connectors, refer to
|
||||
<<pre-configured-connectors,preconfigured connectors>>.
|
||||
|
||||
TIP: You can also manage connectors as resources with the https://registry.terraform.io/providers/elastic/elasticstack/latest[Elasticstack provider] for Terraform.
|
||||
For more details, refer to the https://registry.terraform.io/providers/elastic/elasticstack/latest/docs/resources/kibana_action_connector[elasticstack_kibana_action_connector] resource.
|
||||
|
||||
[float]
|
||||
[[importing-and-exporting-connectors]]
|
||||
=== Importing and exporting connectors
|
||||
|
|
|
@ -43,6 +43,9 @@ a rule type and configuring its conditions and actions.
|
|||
After a rule is created, you can open the action menu (…) and select *Edit rule*
|
||||
to re-open the flyout and change the rule properties.
|
||||
|
||||
TIP: You can also manage rules as resources with the https://registry.terraform.io/providers/elastic/elasticstack/latest[Elasticstack provider] for Terraform.
|
||||
For more details, refer to the https://registry.terraform.io/providers/elastic/elasticstack/latest/docs/resources/kibana_alerting_rule[elasticstack_kibana_alerting_rule] resource.
|
||||
|
||||
[float]
|
||||
[[defining-rules-type-conditions]]
|
||||
==== Rule type and conditions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue