ccs-clients-integrations.asciidoc 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. {security} enables you to secure your {es} cluster. But {es} itself is only one
  13. product within the Elastic Stack. It is often the case that other products in
  14. the stack are connected to the cluster and therefore need to be secured as well,
  15. 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. include::ccs-clients-integrations/cross-cluster.asciidoc[]
  28. include::ccs-clients-integrations/java.asciidoc[]
  29. include::ccs-clients-integrations/http.asciidoc[]
  30. include::ccs-clients-integrations/hadoop.asciidoc[]
  31. include::ccs-clients-integrations/beats.asciidoc[]
  32. include::ccs-clients-integrations/monitoring.asciidoc[]