diff --git a/pkg/es/node.go b/pkg/es/node.go index 84c10b5..1b42d36 100644 --- a/pkg/es/node.go +++ b/pkg/es/node.go @@ -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},