ccs-clients-integrations.asciidoc 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. * <<http-clients, HTTP Clients>>
  11. The {es} {security-features} enable you to secure your {es} cluster. But
  12. {es} itself is only one product within the {stack}. It is often the case that
  13. other products in the stack are connected to the cluster and therefore need to
  14. be secured as well, or at least communicate with the cluster in a secured way:
  15. * <<hadoop, Apache Hadoop>>
  16. * {auditbeat-ref}/securing-beats.html[Auditbeat]
  17. * {filebeat-ref}/securing-beats.html[Filebeat]
  18. * {heartbeat-ref}/securing-beats.html[Heartbeat]
  19. * {kibana-ref}/using-kibana-with-security.html[{kib}]
  20. * {logstash-ref}/ls-security.html[Logstash]
  21. * {metricbeat-ref}/securing-beats.html[Metricbeat]
  22. * <<secure-monitoring, Monitoring>>
  23. * {packetbeat-ref}/securing-beats.html[Packetbeat]
  24. * {kibana-ref}/secure-reporting.html[Reporting]
  25. * {winlogbeat-ref}/securing-beats.html[Winlogbeat]
  26. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/cross-cluster.asciidoc
  27. include::ccs-clients-integrations/cross-cluster.asciidoc[]
  28. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc
  29. include::ccs-clients-integrations/http.asciidoc[]
  30. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/hadoop.asciidoc
  31. include::ccs-clients-integrations/hadoop.asciidoc[]
  32. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/beats.asciidoc
  33. include::ccs-clients-integrations/beats.asciidoc[]
  34. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/security/ccs-clients-integrations/monitoring.asciidoc
  35. include::ccs-clients-integrations/monitoring.asciidoc[]