add index copy (aka reindex), fix typoe indicies to indices (#100)

This commit is contained in:
T. von Dein
2026-07-16 23:21:45 +02:00
parent 59cdc03ea2
commit 522898f187
15 changed files with 216 additions and 33 deletions

View File

@@ -288,7 +288,7 @@ func gatherClusterStats(clusterstats *clusterstats.Response, table *printer.Tabl
}
table.Entries = append(table.Entries, [][]any{
{"Indicies", clusterstats.Indices.Count},
{"indices", clusterstats.Indices.Count},
{"Docs", clusterstats.Indices.Docs.Count},
{"Total Size", printer.Bytes(clusterstats.Indices.Docs.TotalSizeInBytes)},
{"Total Queries", "%d", querycount},