Elasticsearch: fix typo (#58519)

This commit is contained in:
Gareth Dawson
2022-11-09 14:10:47 +00:00
committed by GitHub
parent 008c554d7f
commit fa5a304de8

View File

@@ -22,7 +22,7 @@ type BucketAgg struct {
Field string `json:"field"` Field string `json:"field"`
ID string `json:"id"` ID string `json:"id"`
Settings *simplejson.Json `json:"settings"` Settings *simplejson.Json `json:"settings"`
Type string `jsons:"type"` Type string `json:"type"`
} }
// MetricAgg represents a metric aggregation of the time series query model of the datasource // MetricAgg represents a metric aggregation of the time series query model of the datasource