mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.6`: - [change name guided_onboarding_sample_rule (#146062)](https://github.com/elastic/kibana/pull/146062) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Isai","email":"59296946+imays11@users.noreply.github.com"},"sourceCommit":{"committedDate":"2022-11-23T17:59:22Z","message":"change name guided_onboarding_sample_rule (#146062)\n\n## Summary\r\n\r\nChanges guided onboarding detection rule name to \"My First Rule\"\r\n\r\nCC @approksiu","sha":"78a67648b53f144d5e47a0f1e290b1f2e7b0e9f7","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.6.0","v8.7.0"],"number":146062,"url":"https://github.com/elastic/kibana/pull/146062","mergeCommit":{"message":"change name guided_onboarding_sample_rule (#146062)\n\n## Summary\r\n\r\nChanges guided onboarding detection rule name to \"My First Rule\"\r\n\r\nCC @approksiu","sha":"78a67648b53f144d5e47a0f1e290b1f2e7b0e9f7"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/146062","number":146062,"mergeCommit":{"message":"change name guided_onboarding_sample_rule (#146062)\n\n## Summary\r\n\r\nChanges guided onboarding detection rule name to \"My First Rule\"\r\n\r\nCC @approksiu","sha":"78a67648b53f144d5e47a0f1e290b1f2e7b0e9f7"}}]}] BACKPORT--> Co-authored-by: Isai <59296946+imays11@users.noreply.github.com>
This commit is contained in:
parent
605bab90fa
commit
b3b18f0bd1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
"language": "kuery",
|
||||
"license": "Elastic License v2",
|
||||
"max_signals": 1,
|
||||
"name": "My First Alert",
|
||||
"name": "My First Rule",
|
||||
"note": " \nThis is a test alert.\n\nThis alert does not show threat activity. Elastic created this alert to help you understand how alerts work.\n\nFor normal rules, the Investigation Guide will help analysts investigate alerts.\n\nThis alert will show once every 24 hours for each host. It is safe to disable this rule.\n",
|
||||
"query": "event.kind:\"event\"\n",
|
||||
"references": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue