mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 05:04:18 +02:00
add explain index allocation
This commit is contained in:
@@ -176,7 +176,7 @@ func CcrFollowerShow(conf *cfg.Config, index string) error {
|
||||
follower := res.Indices[0].Shards[0]
|
||||
|
||||
table := NewTable(2, 9)
|
||||
table.Addheaders("field", "value")
|
||||
table.Addheaders("ccr follower property", "value")
|
||||
|
||||
table.entries = [][]string{
|
||||
{"name", index},
|
||||
|
||||
Reference in New Issue
Block a user