Change "whitelist" to "allowlist" on alerting getting started (#92260)

This commit is contained in:
Nathan L Smith 2021-02-22 21:00:45 -06:00 committed by GitHub
parent 84e16ebcd0
commit 6ad09a856a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,6 +201,6 @@ If an alert requires certain privileges to run such as index privileges, keep in
[[alerting-restricting-actions]]
=== Restricting 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 whitelist the hostnames that {kib} can connect with.
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.
--