[DOCS] Fix typos

This commit is contained in:
lcawl 2018-12-19 15:28:25 -08:00
parent ecb822c666
commit 8b8121279a
2 changed files with 9 additions and 8 deletions

View File

@ -2,13 +2,14 @@
[[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]
that allows it to bind to several ports and addresses. {es} {security-features} 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
if the client transport traffic is not trusted and could potentially be malicious.
To separate the node-to-node traffic from the client traffic, add the following
to `elasticsearch.yml`:
Elasticsearch has the feature of so called
{ref}/modules-transport.html[TCP transport profiles]
that allows it to bind to several ports and addresses. The {es}
{security-features} extend 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 if the client transport traffic is not
trusted and could potentially be malicious. To separate the node-to-node traffic
from the client traffic, add the following to `elasticsearch.yml`:
[source, yaml]
--------------------------------------------------

View File

@ -1,7 +1,7 @@
[[secure-monitoring]]
=== Monitoring and security
The <<xpack-monitoring,{stack} {monitor-features}>> consists of two components:
The <<xpack-monitoring,{stack} {monitor-features}>> consist of two components:
an agent that you install on on each {es} and Logstash node, and a Monitoring UI
in {kib}. The monitoring agent collects and indexes metrics from the nodes
and you visualize the data through the Monitoring dashboards in {kib}. The agent