mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[8.4] [Maps] Update asset tracking tutorial with production consideration for rule check interval (#158664) (#158755)
# Backport This will backport the following commits from `main` to `8.4`: - [[Maps] Update asset tracking tutorial with production consideration for rule check interval (#158664)](https://github.com/elastic/kibana/pull/158664) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nick Peihl","email":"nick.peihl@elastic.co"},"sourceCommit":{"committedDate":"2023-05-31T17:38:41Z","message":"[Maps] Update asset tracking tutorial with production consideration for rule check interval (#158664)\n\nFixes #127289\r\n\r\n## Summary\r\n\r\nUpdates the asset tracking tutorial docs with considerations for running\r\nin production.\r\n\r\nFor a better demo experience the tutorial uses a 5 second interval for\r\nrule checking, but a very low interval can be problematic for running in\r\nproduction.\r\n\r\nI'm suggesting backporting these doc changes to 8.3 which the first\r\nrelease to have a **Circuit breakers** section in\r\nhttps://www.elastic.co/guide/en/kibana/8.3/alerting-production-considerations.html\r\nthat is most relevant to the added note in this PR.\r\n\r\n---------\r\n\r\nCo-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>","sha":"9d7d6f92133d100efee9eefd80fed9e097427f8d","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","docs","Feature:Maps","v8.3.4","v8.4.4","v8.5.4","v8.6.3","v8.7.2","v8.9.0","v8.8.1"],"number":158664,"url":"https://github.com/elastic/kibana/pull/158664","mergeCommit":{"message":"[Maps] Update asset tracking tutorial with production consideration for rule check interval (#158664)\n\nFixes #127289\r\n\r\n## Summary\r\n\r\nUpdates the asset tracking tutorial docs with considerations for running\r\nin production.\r\n\r\nFor a better demo experience the tutorial uses a 5 second interval for\r\nrule checking, but a very low interval can be problematic for running in\r\nproduction.\r\n\r\nI'm suggesting backporting these doc changes to 8.3 which the first\r\nrelease to have a **Circuit breakers** section in\r\nhttps://www.elastic.co/guide/en/kibana/8.3/alerting-production-considerations.html\r\nthat is most relevant to the added note in this PR.\r\n\r\n---------\r\n\r\nCo-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>","sha":"9d7d6f92133d100efee9eefd80fed9e097427f8d"}},"sourceBranch":"main","suggestedTargetBranches":["8.3","8.4","8.5","8.6","8.7","8.8"],"targetPullRequestStates":[{"branch":"8.3","label":"v8.3.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.4","label":"v8.4.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.5","label":"v8.5.4","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.6","label":"v8.6.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.7","label":"v8.7.2","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/158664","number":158664,"mergeCommit":{"message":"[Maps] Update asset tracking tutorial with production consideration for rule check interval (#158664)\n\nFixes #127289\r\n\r\n## Summary\r\n\r\nUpdates the asset tracking tutorial docs with considerations for running\r\nin production.\r\n\r\nFor a better demo experience the tutorial uses a 5 second interval for\r\nrule checking, but a very low interval can be problematic for running in\r\nproduction.\r\n\r\nI'm suggesting backporting these doc changes to 8.3 which the first\r\nrelease to have a **Circuit breakers** section in\r\nhttps://www.elastic.co/guide/en/kibana/8.3/alerting-production-considerations.html\r\nthat is most relevant to the added note in this PR.\r\n\r\n---------\r\n\r\nCo-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>","sha":"9d7d6f92133d100efee9eefd80fed9e097427f8d"}},{"branch":"8.8","label":"v8.8.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nick Peihl <nick.peihl@elastic.co>
This commit is contained in:
parent
1f08cec86b
commit
d9b575a5e5
1 changed files with 3 additions and 1 deletions
|
@ -440,7 +440,9 @@ image::maps/images/asset-tracking-tutorial/construction_zones.png[]
|
|||
[float]
|
||||
==== Step 2. Configure an alert
|
||||
|
||||
Create a new alert by defining a rule and a connector. The rule includes the conditions that will trigger the alert, and the connector defines what action takes place once the alert is triggered. In this case, each alert will log a message to the Kibana log.
|
||||
Create a new alert by defining a rule and a connector. The rule includes the conditions that will trigger the alert, and the connector defines what action takes place once the alert is triggered. In this case, each alert will log a message to the {kib} log.
|
||||
|
||||
NOTE: For this example, you will set the rule to check every 5 seconds. However, when running in production, consider setting a higher check interval (such as 1 minute) to avoid performance issues. Refer to <<alerting-production-considerations,Alerting production considerations>> for more information.
|
||||
|
||||
. Open *Stack Management*, and then click *Rules and Connectors*.
|
||||
. Click *Create rule*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue