mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 08:04:17 +02:00
typo
This commit is contained in:
@@ -125,7 +125,7 @@ func NodeShow(conf *cfg.Config, nodename string) error {
|
|||||||
{"OS", info.Os.PrettyName + " " + info.Os.Version},
|
{"OS", info.Os.PrettyName + " " + info.Os.Version},
|
||||||
{"Node roles", roles},
|
{"Node roles", roles},
|
||||||
{"Node version", info.Version},
|
{"Node version", info.Version},
|
||||||
// FIXME: not implementet upstream
|
// FIXME: not implemented upstream
|
||||||
// see: https://github.com/elastic/go-elasticsearch/issues/1526
|
// see: https://github.com/elastic/go-elasticsearch/issues/1526
|
||||||
//{"Allocated shards", stat.Allocations.XXX},
|
//{"Allocated shards", stat.Allocations.XXX},
|
||||||
{"HTTP clients", *stat.Http.CurrentOpen},
|
{"HTTP clients", *stat.Http.CurrentOpen},
|
||||||
|
|||||||
Reference in New Issue
Block a user