Class DateHistogramGroupConfig

java.lang.Object
org.elasticsearch.xpack.core.rollup.job.DateHistogramGroupConfig
All Implemented Interfaces:
Writeable, ToXContent, ToXContentObject
Direct Known Subclasses:
DateHistogramGroupConfig.CalendarInterval, DateHistogramGroupConfig.FixedInterval

public abstract class DateHistogramGroupConfig extends Object implements Writeable, ToXContentObject
The configuration object for the histograms in the rollup config { "groups": [ "date_histogram": { "field" : "foo", "interval" : "1d", "delay": "30d", "time_zone" : "EST" } ] }