@@ -8,6 +8,17 @@ filter and analyze log data stored on clusters in different data centers.
8
8
9
9
IMPORTANT: {ccs-cap} requires <<modules-remote-clusters, remote clusters>>.
10
10
11
+ [float]
12
+ [[ccs-supported-apis]]
13
+ == Supported APIs
14
+
15
+ The following APIs support {ccs}:
16
+
17
+ * <<search-search,Search>>
18
+ * <<search-multi-search,Multi search>>
19
+ * <<search-template,Search template>>
20
+ * <<multi-search-template,Multi search template>>
21
+
11
22
[float]
12
23
[[ccs-example]]
13
24
== {ccs-cap} examples
@@ -55,7 +66,7 @@ PUT _cluster/settings
55
66
[[ccs-search-remote-cluster]]
56
67
=== Search a single remote cluster
57
68
58
- The following <<search,search>> API request searches the
69
+ The following <<search-search ,search>> API request searches the
59
70
`twitter` index on a single remote cluster, `cluster_one`.
60
71
61
72
[source,console]
@@ -284,13 +295,12 @@ including a <<request-body-search-scroll, scroll>> or
284
295
+
285
296
See <<ccs-min-roundtrips>> to learn how this option works.
286
297
287
- <<ccs-unmin-roundtrips, Don't minimize network roundtrips>>::
288
- For search requests that include a scroll or inner hits, {es} sends multiple
289
- outgoing and ingoing requests to each remote cluster. You can also choose this
290
- option by setting the <<search,search>> API's
291
- <<ccs-minimize-roundtrips,`ccs_minimize_roundtrips`>> parameter to `false`.
292
- While typically slower, this approach may work well for networks with low
293
- latency.
298
+ <<ccs-unmin-roundtrips, Don't minimize network roundtrips>>:: For search
299
+ requests that include a scroll or inner hits, {es} sends multiple outgoing and
300
+ ingoing requests to each remote cluster. You can also choose this option by
301
+ setting the <<ccs-minimize-roundtrips,`ccs_minimize_roundtrips`>> parameter to
302
+ `false`. While typically slower, this approach may work well for networks with
303
+ low latency.
294
304
+
295
305
See <<ccs-unmin-roundtrips>> to learn how this option works.
296
306
0 commit comments