diff --git a/pkg/simple/client/elasticsearch/esclient.go b/pkg/simple/client/elasticsearch/esclient.go index 629c251bf8575cc8f08ac10601a4d21bc8ece588..feaaa949b1b1b2466b294cd75986aeb5a616fd28 100644 --- a/pkg/simple/client/elasticsearch/esclient.go +++ b/pkg/simple/client/elasticsearch/esclient.go @@ -394,7 +394,7 @@ type HistogramResult struct { type QueryResult struct { Status int `json:"status,omitempty" description:"query status"` Error string `json:"error,omitempty" description:"debugging information"` - Workspace string `json:"workspace,omitempty" description:"workspace the query was performed against"` + Workspace string `json:"workspace,omitempty" description:"the name of the workspace where logs come from"` Read *ReadResult `json:"query,omitempty" description:"query results"` Statistics *StatisticsResult `json:"statistics,omitempty" description:"statistics results"` Histogram *HistogramResult `json:"histogram,omitempty" description:"histogram results"`