parent
326cce624b
commit
a966513eae
|
@ -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"
|
||||
}
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue