Skip to content

Commit

Permalink
Setup page PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Jun 7, 2021
1 parent 0d1e22a commit 849d29d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/user/alerting/alerting-setup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<titleabbrev>Setup</titleabbrev>
++++

The Alerting feature is automatically enabled in {kib} but may require some additional configuration.

[float]
[[alerting-prerequisites]]
=== Prerequisites
Expand Down Expand Up @@ -42,6 +44,12 @@ To access alerting in a space, a user must have access to one of the following f
See <<kibana-feature-privileges, feature privileges>> for more information on configuring roles that provide access to these features.
Also note that a user will need +read+ privileges for the *Actions and Connectors* feature to attach actions to a rule or to edit a rule that has an action attached to it.

[float]
[[alerting-restricting-actions]]
==== Restrict actions

For security reasons you may wish to limit the extent to which {kib} can connect to external services. <<action-settings>> allows you to disable certain <<action-types>> and allowlist the hostnames that {kib} can connect with.

[float]
[[alerting-spaces]]
=== Space isolation
Expand All @@ -58,9 +66,3 @@ Rules, including all background detection and the actions they generate are auth
==============================================
If a rule requires certain privileges to run, such as index privileges, keep in mind that if a user without those privileges updates the rule, the rule will no longer function.
==============================================

[float]
[[alerting-restricting-actions]]
=== Restrict actions

For security reasons you may wish to limit the extent to which {kib} can connect to external services. <<action-settings>> allows you to disable certain <<action-types>> and allowlist the hostnames that {kib} can connect with.

0 comments on commit 849d29d

Please sign in to comment.