Explorar o código

[DOCS] Remove problematic terms (#58832)

James Rodewig %!s(int64=5) %!d(string=hai) anos
pai
achega
a00de7ec8e

+ 2 - 2
docs/reference/mapping/types/range.asciidoc

@@ -183,7 +183,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"
     }
   }
@@ -191,7 +191,7 @@ PUT range_index/_mapping
 
 PUT range_index/_doc/2
 {
-  "ip_whitelist" : "192.168.0.0/16"
+  "ip_allowlist" : "192.168.0.0/16"
 }
 --------------------------------------------------
 

+ 1 - 1
x-pack/docs/en/security/overview.asciidoc

@@ -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]