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
This commit is contained in:
parent
2d6d3c3d74
commit
ba9c13302a
|
@ -26,7 +26,7 @@ buildRestTests.expectedUnconvertedCandidates = [
|
|||
'en/security/authentication/user-cache.asciidoc',
|
||||
'en/security/authorization/field-and-document-access-control.asciidoc',
|
||||
'en/security/authorization/run-as-privilege.asciidoc',
|
||||
'en/security/tribe-clients-integrations/http.asciidoc',
|
||||
'en/security/ccs-clients-integrations/http.asciidoc',
|
||||
'en/security/authorization/custom-roles-provider.asciidoc',
|
||||
'en/watcher/actions/email.asciidoc',
|
||||
'en/watcher/actions/hipchat.asciidoc',
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[[ccs-tribe-clients-integrations]]
|
||||
[[ccs-clients-integrations]]
|
||||
== Cross Cluster Search, Clients and Integrations
|
||||
|
||||
When using {ref}/modules-cross-cluster-search.html[Cross Cluster Search]
|
||||
|
@ -31,14 +31,14 @@ or at least communicate with the cluster in a secured way:
|
|||
* {kibana-ref}/secure-reporting.html[Reporting]
|
||||
* {winlogbeat-ref}/securing-beats.html[Winlogbeat]
|
||||
|
||||
include::tribe-clients-integrations/cross-cluster.asciidoc[]
|
||||
include::ccs-clients-integrations/cross-cluster.asciidoc[]
|
||||
|
||||
include::tribe-clients-integrations/java.asciidoc[]
|
||||
include::ccs-clients-integrations/java.asciidoc[]
|
||||
|
||||
include::tribe-clients-integrations/http.asciidoc[]
|
||||
include::ccs-clients-integrations/http.asciidoc[]
|
||||
|
||||
include::tribe-clients-integrations/hadoop.asciidoc[]
|
||||
include::ccs-clients-integrations/hadoop.asciidoc[]
|
||||
|
||||
include::tribe-clients-integrations/beats.asciidoc[]
|
||||
include::ccs-clients-integrations/beats.asciidoc[]
|
||||
|
||||
include::tribe-clients-integrations/monitoring.asciidoc[]
|
||||
include::ccs-clients-integrations/monitoring.asciidoc[]
|
|
@ -81,7 +81,7 @@ issues.
|
|||
provides more information about how Security supports user authentication,
|
||||
authorization, and encryption.
|
||||
|
||||
* {xpack-ref}/tribe-clients-integrations.html[Integrations]
|
||||
* {xpack-ref}/ccs-clients-integrations.html[Integrations]
|
||||
shows you how to interact with an Elasticsearch cluster protected by
|
||||
X-Pack Security.
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ issues.
|
|||
provides more information about how Security supports user authentication,
|
||||
authorization, and encryption.
|
||||
|
||||
* <<ccs-tribe-clients-integrations>>
|
||||
* <<ccs-clients-integrations>>
|
||||
shows you how to interact with an Elasticsearch cluster protected by
|
||||
X-Pack Security.
|
||||
|
||||
|
|
Loading…
Reference in New Issue