[DOCS] Fixes broken links to tcp_tranport_profiles

This commit is contained in:
lcawl 2018-12-18 14:43:29 -08:00
parent 7bd7f022ef
commit a8387592db
2 changed files with 2 additions and 2 deletions

View File

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

View File

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