Skip to content

Commit

Permalink
[8.13] Add statement about defining security rules (#178463) (#178466)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.13`:
- [Add statement about defining security rules
(#178463)](#178463)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"DeDe
Morton","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-03-11T22:59:38Z","message":"Add
statement about defining security rules (#178463)\n\n##
Summary\r\n\r\nPushing a commit that _should_ have been part
of\r\nhttps://github.com//pull/177525\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"5e09b74e9cde6d66a290a15e5a41799d462366ef","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","v8.14.0"],"title":"Add
statement about defining security
rules","number":178463,"url":"https://github.com/elastic/kibana/pull/178463","mergeCommit":{"message":"Add
statement about defining security rules (#178463)\n\n##
Summary\r\n\r\nPushing a commit that _should_ have been part
of\r\nhttps://github.com//pull/177525\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"5e09b74e9cde6d66a290a15e5a41799d462366ef"}},"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/178463","number":178463,"mergeCommit":{"message":"Add
statement about defining security rules (#178463)\n\n##
Summary\r\n\r\nPushing a commit that _should_ have been part
of\r\nhttps://github.com//pull/177525\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"5e09b74e9cde6d66a290a15e5a41799d462366ef"}}]}]
BACKPORT-->

Co-authored-by: DeDe Morton <[email protected]>
  • Loading branch information
kibanamachine and dedemorton authored Mar 11, 2024
1 parent 2bf43f7 commit fcacee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user/alerting/rule-types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
== Rule types

A rule is a set of <<alerting-concepts-conditions, conditions>>, <<alerting-concepts-scheduling, schedules>>, and <<alerting-concepts-actions, actions>> that enable notifications. {kib} provides rules built into the {stack} and rules registered by one of the {kib} apps.
You can create most rules types in <<create-and-manage-rules,{stack-manage-app} > {rules-ui}>>. For information on creating security rules, refer to {security-guide}/rules-ui-create.html[Create a detection rule].
You can create most rules types in <<create-and-manage-rules,{stack-manage-app} > {rules-ui}>>.
Security rules must be defined in the Security app. For more information, refer to the documentation about {security-guide}/rules-ui-create.html[creating a detection rule].

[NOTE]
==============================================
Expand Down

0 comments on commit fcacee1

Please sign in to comment.