[DOCS] Remove problematic terms (#58832) (#58851)

This commit is contained in:
James Rodewig 2020-07-01 13:47:14 -04:00 committed by GitHub
parent 326cce624b
commit a966513eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation[CIDR]
PUT range_index/_mapping
{
"properties": {
"ip_whitelist": {
"ip_allowlist": {
"type": "ip_range"
}
}
@ -193,7 +193,7 @@ PUT range_index/_mapping
PUT range_index/_doc/2
{
"ip_whitelist" : "192.168.0.0/16"
"ip_allowlist" : "192.168.0.0/16"
}
--------------------------------------------------

View File

@ -45,7 +45,7 @@ See <<setting-up-authentication>> and <<authorization>>.
The {security-features} also enable you to restrict the nodes and clients that
can connect to the cluster based on <<ip-filtering,IP filters>>. You can
whitelist and blacklist specific IP addresses, subnets, or DNS domains to
block and allow specific IP addresses, subnets, or DNS domains to
control network-level access to a cluster.
[float]