OpenSearch/docs/en/security/ccs-clients-integrations.asciidoc
Ryan Ernst ba9c13302a Remove remaining references to tribe node (elastic/x-pack-elasticsearch#4407)
This commit review remaining docs and build references from the docs.

Original commit: elastic/x-pack-elasticsearch@33830b63ed
2018-04-19 18:02:09 -07:00

45 lines
1.6 KiB
Plaintext

[[ccs-clients-integrations]]
== Cross Cluster Search, Clients and Integrations
When using {ref}/modules-cross-cluster-search.html[Cross Cluster Search]
you need to take extra steps to secure communications with the connected
clusters.
* <<cross-cluster-configuring, Cross Cluster Search and Security>>
You will need to update the configuration for several clients to work with a
secured cluster:
* <<java-clients, Java Clients>>
* <<http-clients, HTTP Clients>>
{security} enables you to secure your {es} cluster. But {es} itself is only one
product within the Elastic Stack. It is often the case that other products in
the stack are connected to the cluster and therefore need to be secured as well,
or at least communicate with the cluster in a secured way:
* <<hadoop, Apache Hadoop>>
* {auditbeat-ref}/securing-beats.html[Auditbeat]
* {filebeat-ref}/securing-beats.html[Filebeat]
* {heartbeat-ref}/securing-beats.html[Heartbeat]
* {kibana-ref}/using-kibana-with-security.html[{kib}]
* {logstash-ref}/ls-security.html[Logstash]
* {metricbeat-ref}/securing-beats.html[Metricbeat]
* <<secure-monitoring, Monitoring>>
* {packetbeat-ref}/securing-beats.html[Packetbeat]
* {kibana-ref}/secure-reporting.html[Reporting]
* {winlogbeat-ref}/securing-beats.html[Winlogbeat]
include::ccs-clients-integrations/cross-cluster.asciidoc[]
include::ccs-clients-integrations/java.asciidoc[]
include::ccs-clients-integrations/http.asciidoc[]
include::ccs-clients-integrations/hadoop.asciidoc[]
include::ccs-clients-integrations/beats.asciidoc[]
include::ccs-clients-integrations/monitoring.asciidoc[]