-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.13`: - [[DOCS] Improve tracking containment rule (#176979)](#176979) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-02-22T01:15:14Z","message":"[DOCS] Improve tracking containment rule (#176979)","sha":"ec5c7a402a328507a44a2946d7fbef9314118bdf","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","Feature:Alerting","release_note:skip","Team:ResponseOps","docs","backport:prev-minor","v8.14.0"],"title":"[DOCS] Improve tracking containment rule","number":176979,"url":"https://github.com/elastic/kibana/pull/176979","mergeCommit":{"message":"[DOCS] Improve tracking containment rule (#176979)","sha":"ec5c7a402a328507a44a2946d7fbef9314118bdf"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/176979","number":176979,"mergeCommit":{"message":"[DOCS] Improve tracking containment rule (#176979)","sha":"ec5c7a402a328507a44a2946d7fbef9314118bdf"}}]}] BACKPORT--> Co-authored-by: Lisa Cawley <[email protected]>
- Loading branch information
1 parent
c414372
commit 1eab667
Showing
15 changed files
with
331 additions
and
22 deletions.
There are no files selected for viewing
Binary file modified
BIN
+53.9 KB
(220%)
docs/user/alerting/images/alert-types-tracking-containment-action-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+145 KB
docs/user/alerting/images/alert-types-tracking-containment-conditions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+178 KB
...user/alerting/images/alert-types-tracking-containment-rule-action-variables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...s/alerting/docs/openapi/components/examples/create_tracking_containment_rule_request.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
summary: Create a tracking containment rule. | ||
value: | ||
consumer: alerts | ||
name: my tracking rule | ||
params: | ||
index: kibana_sample_data_logs | ||
dateField": '@timestamp' | ||
geoField: geo.coordinates | ||
entity: agent.keyword | ||
boundaryType: entireIndex | ||
boundaryIndexTitle: boundary* | ||
boundaryGeoField: location | ||
boundaryNameField: name | ||
indexId: 90943e30-9a47-11e8-b64d-95841ca0b247 | ||
boundaryIndexId: 0cd90abf-abe7-44c7-909a-f621bbbcfefc | ||
rule_type_id: .geo-containment | ||
schedule: | ||
interval: 1h |
Oops, something went wrong.