This commit is contained in:
2026-07-08 13:56:55 +02:00
committed by T. von Dein
parent c554b2a6cb
commit 1f96fb9ab3

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},