From 983a12035a4e2be292d7605d47d1eb24cb01fded Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:31:28 +0200 Subject: [PATCH] Remove extra column on the Indices page --- .../monitor/autoops/ec-autoops-index-view.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 |