index.asciidoc 1.1 KB

123456789101112131415161718192021222324252627282930
  1. [role="xpack"]
  2. [[security-clients-integrations]]
  3. == Securing clients and integrations
  4. You will need to update the configuration for several <<http-clients,clients>>
  5. to work with a secured {es} cluster.
  6. The {es} {security-features} enable you to secure your {es} cluster. But
  7. {es} itself is only one product within the {stack}. It is often the case that
  8. other products in the {stack} are connected to the cluster and therefore need to
  9. be secured as well, or at least communicate with the cluster in a secured way:
  10. * <<hadoop, Apache Hadoop>>
  11. * {auditbeat-ref}/securing-auditbeat.html[Auditbeat]
  12. * {filebeat-ref}/securing-filebeat.html[Filebeat]
  13. * {fleet-guide}/secure.html[{fleet} & {agent}]
  14. * {heartbeat-ref}/securing-heartbeat.html[Heartbeat]
  15. * {kibana-ref}/using-kibana-with-security.html[{kib}]
  16. * {logstash-ref}/ls-security.html[Logstash]
  17. * {metricbeat-ref}/securing-metricbeat.html[Metricbeat]
  18. * <<secure-monitoring>>
  19. * {packetbeat-ref}/securing-packetbeat.html[Packetbeat]
  20. * {kibana-ref}/secure-reporting.html[Reporting]
  21. * {winlogbeat-ref}/securing-winlogbeat.html[Winlogbeat]
  22. include::http.asciidoc[]
  23. include::hadoop.asciidoc[]
  24. include::monitoring.asciidoc[]