index.asciidoc 1.1 KB

1234567891011121314151617181920212223242526272829
  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. * {heartbeat-ref}/securing-heartbeat.html[Heartbeat]
  14. * {kibana-ref}/using-kibana-with-security.html[{kib}]
  15. * {logstash-ref}/ls-security.html[Logstash]
  16. * {metricbeat-ref}/securing-metricbeat.html[Metricbeat]
  17. * <<secure-monitoring>>
  18. * {packetbeat-ref}/securing-packetbeat.html[Packetbeat]
  19. * {kibana-ref}/secure-reporting.html[Reporting]
  20. * {winlogbeat-ref}/securing-winlogbeat.html[Winlogbeat]
  21. include::http.asciidoc[]
  22. include::hadoop.asciidoc[]
  23. include::monitoring.asciidoc[]