[DOCS] Fixes broken links to tcp_tranport_profiles
This commit is contained in:
parent
7bd7f022ef
commit
a8387592db
|
@ -2,7 +2,7 @@
|
|||
[[separating-node-client-traffic]]
|
||||
=== Separating node-to-node and client traffic
|
||||
|
||||
Elasticsearch has the feature of so called {ref}/modules-transport.html#_tcp_transport_profiles[TCP transport profiles]
|
||||
Elasticsearch has the feature of so called {ref}/modules-transport.html[TCP transport profiles]
|
||||
that allows it to bind to several ports and addresses. {security} extends on this
|
||||
functionality to enhance the security of the cluster by enabling the separation
|
||||
of node-to-node transport traffic from client transport traffic. This is important
|
||||
|
|
|
@ -78,7 +78,7 @@ xpack.security.http.filter.enabled: true
|
|||
[float]
|
||||
=== Specifying TCP transport profiles
|
||||
|
||||
{ref}/modules-transport.html#_tcp_transport_profiles[TCP transport profiles]
|
||||
{ref}/modules-transport.html[TCP transport profiles]
|
||||
enable Elasticsearch to bind on multiple hosts. {security} enables you to apply
|
||||
different IP filtering on different profiles.
|
||||
|
||||
|
|
Loading…
Reference in New Issue