This commit is contained in:
2026-07-08 13:56:55 +02:00
parent 56c636fa2a
commit ffe79a2277

View File

@@ -125,7 +125,7 @@ func NodeShow(conf *cfg.Config, nodename string) error {
{"OS", info.Os.PrettyName + " " + info.Os.Version},
{"Node roles", roles},
{"Node version", info.Version},
// FIXME: not implementet upstream
// FIXME: not implemented upstream
// see: https://github.com/elastic/go-elasticsearch/issues/1526
//{"Allocated shards", stat.Allocations.XXX},
{"HTTP clients", *stat.Http.CurrentOpen},