@@ -1308,90 +1308,90 @@ Each repository type may also include other statistics about the repositories of
1308
1308
====
1309
1309
1310
1310
`ccs`::
1311
- (object) Contains information relating to <<modules-cross-cluster-search, cross-cluster search >> settings and activity in the cluster.
1311
+ (object) Contains information relating to <<modules-cross-cluster-search, {ccs} >> settings and activity in the cluster.
1312
1312
+
1313
1313
.Properties of `ccs`
1314
1314
[%collapsible%open]
1315
1315
=====
1316
1316
1317
1317
1318
1318
`_search`:::
1319
- (object) Contains telemetry information about the <<modules-cross-cluster-search, cross-cluster searches>> in the cluster.
1319
+ (object) Contains the telemetry information about the <<modules-cross-cluster-search, {ccs}>> usage in the cluster.
1320
1320
+
1321
1321
.Properties of `_search`
1322
1322
[%collapsible%open]
1323
1323
======
1324
1324
`total`:::
1325
- (integer) The total number of cross-cluster search requests that have been executed by the cluster.
1325
+ (integer) The total number of {ccs} requests that have been executed by the cluster.
1326
1326
1327
1327
`success`:::
1328
- (integer) The total number of cross-cluster search requests that have been successfully executed by the cluster.
1328
+ (integer) The total number of {ccs} requests that have been successfully executed by the cluster.
1329
1329
1330
1330
`skipped`:::
1331
- (integer) The total number of cross-cluster search requests that had at least one remote cluster skipped.
1331
+ (integer) The total number of {ccs} requests (successful or failed) that had at least one remote cluster skipped.
1332
1332
1333
1333
`took`:::
1334
- (object) Contains statistics about the time taken to execute cross-cluster search requests.
1334
+ (object) Contains statistics about the time taken to execute {ccs} requests.
1335
1335
+
1336
1336
.Properties of `took`
1337
1337
[%collapsible%open]
1338
1338
=======
1339
1339
`max`:::
1340
- (integer) The maximum time taken to execute a cross-cluster search request, in milliseconds.
1340
+ (integer) The maximum time taken to execute a {ccs} request, in milliseconds.
1341
1341
1342
1342
`avg`:::
1343
- (integer) The median time taken to execute a cross-cluster search request, in milliseconds.
1343
+ (integer) The median time taken to execute a {ccs} request, in milliseconds.
1344
1344
1345
1345
`p90`:::
1346
- (integer) The 90th percentile of the time taken to execute cross-cluster search requests, in milliseconds.
1346
+ (integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
1347
1347
=======
1348
1348
1349
1349
`took_mrt_true`::
1350
- (object) Contains statistics about the time taken to execute cross-cluster search requests for which the
1350
+ (object) Contains statistics about the time taken to execute {ccs} requests for which the
1351
1351
<<ccs-minimize-roundtrips,`ccs_minimize_roundtrips`>> setting was set to `true`.
1352
1352
+
1353
1353
.Properties of `took_mrt_true`
1354
1354
[%collapsible%open]
1355
1355
=======
1356
1356
`max`:::
1357
- (integer) The maximum time taken to execute a cross-cluster search request, in milliseconds.
1357
+ (integer) The maximum time taken to execute a {ccs} request, in milliseconds.
1358
1358
1359
1359
`avg`:::
1360
- (integer) The median time taken to execute a cross-cluster search request, in milliseconds.
1360
+ (integer) The median time taken to execute a {ccs} request, in milliseconds.
1361
1361
1362
1362
`p90`:::
1363
- (integer) The 90th percentile of the time taken to execute cross-cluster search requests, in milliseconds.
1363
+ (integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
1364
1364
=======
1365
1365
1366
1366
`took_mrt_false`::
1367
- (object) Contains statistics about the time taken to execute cross-cluster search requests for which the
1367
+ (object) Contains statistics about the time taken to execute {ccs} requests for which the
1368
1368
<<ccs-minimize-roundtrips,`ccs_minimize_roundtrips`>> setting was set to `false`.
1369
1369
+
1370
1370
.Properties of `took_mrt_false`
1371
1371
[%collapsible%open]
1372
1372
=======
1373
1373
`max`:::
1374
- (integer) The maximum time taken to execute a cross-cluster search request, in milliseconds.
1374
+ (integer) The maximum time taken to execute a {ccs} request, in milliseconds.
1375
1375
1376
1376
`avg`:::
1377
- (integer) The median time taken to execute a cross-cluster search request, in milliseconds.
1377
+ (integer) The median time taken to execute a {ccs} request, in milliseconds.
1378
1378
1379
1379
`p90`:::
1380
- (integer) The 90th percentile of the time taken to execute cross-cluster search requests, in milliseconds.
1380
+ (integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
1381
1381
=======
1382
1382
1383
1383
`remotes_per_search_max`::
1384
- (integer) The maximum number of remote clusters that were queried in a single cross-cluster search request.
1384
+ (integer) The maximum number of remote clusters that were queried in a single {ccs} request.
1385
1385
1386
1386
`remotes_per_search_avg`::
1387
- (float) The average number of remote clusters that were queried in a single cross-cluster search request.
1387
+ (float) The average number of remote clusters that were queried in a single {ccs} request.
1388
1388
1389
1389
`failure_reasons`::
1390
- (object) Contains statistics about the reasons for cross-cluster search request failures.
1390
+ (object) Contains statistics about the reasons for {ccs} request failures.
1391
1391
The keys are the failure reason names and the values are the number of requests that failed for that reason.
1392
1392
1393
1393
`features`::
1394
- (object) Contains statistics about the features used in cross-cluster search requests. The keys are the names of the search feature,
1394
+ (object) Contains statistics about the features used in {ccs} requests. The keys are the names of the search feature,
1395
1395
and the values are the number of requests that used that feature. Single request can use more than one feature
1396
1396
(e.g. both `async` and `wildcard`). Known features are:
1397
1397
@@ -1402,24 +1402,24 @@ and the values are the number of requests that used that feature. Single request
1402
1402
* `wildcard` - <<api-multi-index,Multi-target syntax>> for indices with wildcards was used in the search request.
1403
1403
1404
1404
`clients`::
1405
- (object) Contains statistics about the clients that executed cross-cluster search requests.
1405
+ (object) Contains statistics about the clients that executed {ccs} requests.
1406
1406
The keys are the names of the clients, and the values are the number of requests that were executed by that client.
1407
1407
Only known clients (such as `kibana` or `elasticsearch`) are counted.
1408
1408
1409
1409
`clusters`::
1410
- (object) Contains statistics about the clusters that were queried in cross-cluster search requests.
1410
+ (object) Contains statistics about the clusters that were queried in {ccs} requests.
1411
1411
The keys are cluster names, and the values are per-cluster telemetry data.
1412
1412
This also includes the local cluster itself, which uses the name `(local)`.
1413
1413
+
1414
1414
.Properties of per-cluster data:
1415
1415
[%collapsible%open]
1416
1416
=======
1417
1417
`total`:::
1418
- (integer) The total number of successful (not skipped) cross-cluster search requests that were executed against this cluster.
1418
+ (integer) The total number of successful (not skipped) {ccs} requests that were executed against this cluster.
1419
1419
This may include requests where partial results were returned, but not requests in which the cluster has been skipped entirely.
1420
1420
1421
1421
`skipped`:::
1422
- (integer) The total number of cross-cluster search requests for which this cluster was skipped.
1422
+ (integer) The total number of {ccs} requests for which this cluster was skipped.
1423
1423
1424
1424
`took`:::
1425
1425
(object) Contains statistics about the time taken to execute requests against this cluster.
@@ -1428,13 +1428,13 @@ This may include requests where partial results were returned, but not requests
1428
1428
[%collapsible%open]
1429
1429
========
1430
1430
`max`:::
1431
- (integer) The maximum time taken to execute a cross-cluster search request, in milliseconds.
1431
+ (integer) The maximum time taken to execute a {ccs} request, in milliseconds.
1432
1432
1433
1433
`avg`:::
1434
- (integer) The median time taken to execute a cross-cluster search request, in milliseconds.
1434
+ (integer) The median time taken to execute a {ccs} request, in milliseconds.
1435
1435
1436
1436
`p90`:::
1437
- (integer) The 90th percentile of the time taken to execute cross-cluster search requests, in milliseconds.
1437
+ (integer) The 90th percentile of the time taken to execute {ccs} requests, in milliseconds.
1438
1438
========
1439
1439
1440
1440
=======
0 commit comments