File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
security/tribe-clients-integrations Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
41
41
client completeness].
42
42
43
43
Any missing APIs can always be implemented today by using the
44
- link:/guide/en/elasticsearch/client/ java-rest/current/ java-rest-low.html[low
45
- level Java REST Client] with JSON request and response bodies.
44
+ { java-rest}/ java-rest-low.html[low level Java REST Client] with JSON request and
45
+ response bodies.
46
46
47
47
===================================
48
48
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
35
35
client completeness].
36
36
37
37
Any missing APIs can always be implemented today by using the
38
- link:/guide/en/elasticsearch/client/ java-rest/current/ java-rest-low.html[low
39
- level Java REST Client] with JSON request and response bodies.
38
+ { java-rest}/ java-rest-low.html[low level Java REST Client] with JSON request and
39
+ response bodies.
40
40
41
41
===================================
42
42
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
25
25
client completeness].
26
26
27
27
Any missing APIs can always be implemented today by using the
28
- link:/guide/en/elasticsearch/client/ java-rest/current/ java-rest-low.html[low
29
- level Java REST Client] with JSON request and response bodies.
28
+ { java-rest}/ java-rest-low.html[low level Java REST Client] with JSON request and
29
+ response bodies.
30
30
31
31
===================================
32
32
Original file line number Diff line number Diff line change 2
2
=== Java Client and security
3
3
4
4
The {es} {security-features} support the Java
5
- http://www.elastic.co/guide/en/elasticsearch/client/java-api/current/transport-client.html[transport client]
6
- for Elasticsearch.
5
+ {javaclient}/transport-client.html[transport client] for Elasticsearch.
7
6
8
7
The transport client uses the same transport protocol that the cluster nodes use
9
8
for inter-node communication. It is very efficient as it does not have to marshall
@@ -34,8 +33,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
34
33
client completeness].
35
34
36
35
Any missing APIs can always be implemented today by using the
37
- link:/guide/en/elasticsearch/client/ java-rest/current/ java-rest-low.html[low
38
- level Java REST Client] with JSON request and response bodies.
36
+ { java-rest}/ java-rest-low.html[low level Java REST Client] with JSON request and
37
+ response bodies.
39
38
40
39
===================================
41
40
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ https://github.com/elastic/elasticsearch/issues/27205[Java high-level REST
19
19
client completeness].
20
20
21
21
Any missing APIs can always be implemented today by using the
22
- link:/guide/en/elasticsearch/client/ java-rest/current/ java-rest-low.html[low
23
- level Java REST Client] with JSON request and response bodies.
22
+ { java-rest}/ java-rest-low.html[low level Java REST Client] with JSON request and
23
+ response bodies.
24
24
25
25
===================================
26
26
You can’t perform that action at this time.
0 commit comments