securing-communications.asciidoc 1.1 KB

1234567891011121314151617181920212223242526
  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 helps reduce the risk from
  8. 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].