elasticsearch: always use fixed_interval (#50297)
This commit is contained in:
@@ -238,7 +238,6 @@ type HistogramAgg struct {
|
||||
// DateHistogramAgg represents a date histogram aggregation
|
||||
type DateHistogramAgg struct {
|
||||
Field string `json:"field"`
|
||||
Interval string `json:"interval,omitempty"`
|
||||
FixedInterval string `json:"fixed_interval,omitempty"`
|
||||
MinDocCount int `json:"min_doc_count"`
|
||||
Missing *string `json:"missing,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user