diff --git a/pkg/es/cluster.go b/pkg/es/cluster.go index 049032d..2564b22 100644 --- a/pkg/es/cluster.go +++ b/pkg/es/cluster.go @@ -291,7 +291,7 @@ func gatherClusterStats(clusterstats *clusterstats.Response, table *printer.Tabl {"indices", clusterstats.Indices.Count}, {"Docs", clusterstats.Indices.Docs.Count}, {"Total Size", printer.Bytes(clusterstats.Indices.Docs.TotalSizeInBytes)}, - {"Total Queries", "%d", querycount}, + {"Total Queries", querycount}, {"Shards Primaries", clusterstats.Indices.Shards.Primaries}, {"Shards Total", clusterstats.Indices.Shards.Total}, {"Storage", fmt.Sprintf(