securing-communications.asciidoc 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. [role="xpack"]
  2. [[encrypting-communications]]
  3. == Encrypting communications
  4. Elasticsearch nodes store data that may be confidential. Attacks on the data may
  5. come from the network. These attacks could include sniffing of the data,
  6. manipulation of the data, and attempts to gain access to the server and thus the
  7. files storing the data. Securing your nodes is required in order to use a production
  8. license that enables {security} and helps reduce the risk from network-based attacks.
  9. This section shows how to:
  10. * Encrypt traffic to, from and within an Elasticsearch cluster using SSL/TLS,
  11. * Require nodes to authenticate as they join the cluster using SSL certificates, and
  12. * Make it more difficult for remote attackers to issue any commands to Elasticsearch.
  13. The authentication of new nodes helps prevent a rogue node from joining the
  14. cluster and receiving data through replication.
  15. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/docs/reference/security/securing-communications/setting-up-ssl.asciidoc
  16. include::{es-repo-dir}/security/securing-communications/setting-up-ssl.asciidoc[]
  17. [[ciphers]]
  18. === Enabling cipher suites for stronger encryption
  19. See {ref}/ciphers.html[Enabling Cipher Suites for Stronger Encryption].
  20. [[separating-node-client-traffic]]
  21. === Separating node-to-node and client traffic
  22. See {ref}/separating-node-client-traffic.html[Separating node-to-node and client traffic].