parent
326cce624b
commit
a966513eae
|
@ -185,7 +185,7 @@ https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation[CIDR]
|
||||||
PUT range_index/_mapping
|
PUT range_index/_mapping
|
||||||
{
|
{
|
||||||
"properties": {
|
"properties": {
|
||||||
"ip_whitelist": {
|
"ip_allowlist": {
|
||||||
"type": "ip_range"
|
"type": "ip_range"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -193,7 +193,7 @@ PUT range_index/_mapping
|
||||||
|
|
||||||
PUT range_index/_doc/2
|
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
|
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
|
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.
|
control network-level access to a cluster.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
|
|
Loading…
Reference in New Issue