@@ -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]
@@ -280,13 +291,12 @@ including a <<request-body-search-scroll, scroll>> or
280
291
+
281
292
See <<ccs-min-roundtrips>> to learn how this option works.
282
293
283
- <<ccs-unmin-roundtrips, Don't minimize network roundtrips>>::
284
- For search requests that include a scroll or inner hits, {es} sends multiple
285
- outgoing and ingoing requests to each remote cluster. You can also choose this
286
- option by setting the <<search,search>> API's
287
- <<ccs-minimize-roundtrips,`ccs_minimize_roundtrips`>> parameter to `false`.
288
- While typically slower, this approach may work well for networks with low
289
- latency.
294
+ <<ccs-unmin-roundtrips, Don't minimize network roundtrips>>:: For search
295
+ requests that include a scroll or inner hits, {es} sends multiple outgoing and
296
+ ingoing requests to each remote cluster. You can also choose this option by
297
+ setting the <<ccs-minimize-roundtrips,`ccs_minimize_roundtrips`>> parameter to
298
+ `false`. While typically slower, this approach may work well for networks with
299
+ low latency.
290
300
+
291
301
See <<ccs-unmin-roundtrips>> to learn how this option works.
292
302
0 commit comments