mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 13:24:19 +02:00
add snapshot commands
This commit is contained in:
@@ -33,7 +33,7 @@ func Health(conf *cfg.Config) error {
|
||||
|
||||
slog.Debug("ES result", "cluster health", res)
|
||||
|
||||
table := NewTable(5)
|
||||
table := NewTable(2, 5)
|
||||
|
||||
table.headers = []string{bold("SETTING"), bold("STATUS")}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user