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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ type BucketAgg struct {
Field string `json:"field"`
ID string `json:"id"`
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