diff --git a/deploy-manage/monitor/autoops/ec-autoops-index-view.md b/deploy-manage/monitor/autoops/ec-autoops-index-view.md index 05a3523db0..a6d69d586d 100644 --- a/deploy-manage/monitor/autoops/ec-autoops-index-view.md +++ b/deploy-manage/monitor/autoops/ec-autoops-index-view.md @@ -33,14 +33,14 @@ The **Indices** view offers you a powerful tool for managing and optimizing your ## Index metrics [ec-autoops-index-metrics] -| Metrics name | Metrics description | | -| --- | --- | --- | -| Size | Total size of all primary shards of the index | | -| Indexing rate | Number of documents being indexed per second on primary shards of the index | | -| Search rate | Number of search requests being executed per second on all shards of the index | | -| Document count | Total number of non-deleted documents in all primary shards of the index, including nested documents | | -| Indexing latency | Average latency for indexing documents, which is the time it takes to index documents divided by the number that were indexed in primary shards of the index | | -| Search latency | Average latency for searching, which is the time it takes to execute searches divided by the number of searches submitted to all shards of the index | | -| Errors | Number of failed indexing operations for the index | | -| Merge rate | Number of merge operations being executed per second on all primary shards of the index | | +| Metrics name | Metrics description | +| --- | --- | +| Size | Total size of all primary shards of the index | +| Indexing rate | Number of documents being indexed per second on primary shards of the index | +| Search rate | Number of search requests being executed per second on all shards of the index | +| Document count | Total number of non-deleted documents in all primary shards of the index, including nested documents | +| Indexing latency | Average latency for indexing documents, which is the time it takes to index documents divided by the number that were indexed in primary shards of the index | +| Search latency | Average latency for searching, which is the time it takes to execute searches divided by the number of searches submitted to all shards of the index | +| Errors | Number of failed indexing operations for the index | +| Merge rate | Number of merge operations being executed per second on all primary shards of the index |