ccs-clients-integrations.asciidoc 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [role="xpack"]
  2. [[ccs-clients-integrations]]
  3. == Cross cluster search, clients, and integrations
  4. When using {ref}/modules-cross-cluster-search.html[Cross Cluster Search]
  5. you need to take extra steps to secure communications with the connected
  6. clusters.
  7. * <<cross-cluster-configuring, Cross Cluster Search and Security>>
  8. You will need to update the configuration for several clients to work with a
  9. secured cluster:
  10. * <<java-clients, Java Clients>>
  11. * <<http-clients, HTTP Clients>>
  12. The {es} {security-features} enable you to secure your {es} cluster. But
  13. {es} itself is only one product within the {stack}. It is often the case that
  14. other products in the stack are connected to the cluster and therefore need to
  15. be secured as well, or at least communicate with the cluster in a secured way:
  16. * <<hadoop, Apache Hadoop>>
  17. * {auditbeat-ref}/securing-beats.html[Auditbeat]
  18. * {filebeat-ref}/securing-beats.html[Filebeat]
  19. * {heartbeat-ref}/securing-beats.html[Heartbeat]
  20. * {kibana-ref}/using-kibana-with-security.html[{kib}]
  21. * {logstash-ref}/ls-security.html[Logstash]
  22. * {metricbeat-ref}/securing-beats.html[Metricbeat]
  23. * <<secure-monitoring, Monitoring>>
  24. * {packetbeat-ref}/securing-beats.html[Packetbeat]
  25. * {kibana-ref}/secure-reporting.html[Reporting]
  26. * {winlogbeat-ref}/securing-beats.html[Winlogbeat]
  27. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc
  28. include::ccs-clients-integrations/cross-cluster.asciidoc[]
  29. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/java.asciidoc
  30. include::ccs-clients-integrations/java.asciidoc[]
  31. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc
  32. include::ccs-clients-integrations/http.asciidoc[]
  33. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/hadoop.asciidoc
  34. include::ccs-clients-integrations/hadoop.asciidoc[]
  35. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/beats.asciidoc
  36. include::ccs-clients-integrations/beats.asciidoc[]
  37. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/monitoring.asciidoc
  38. include::ccs-clients-integrations/monitoring.asciidoc[]