Class DateHistogramGroupConfig

java.lang.Object
org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
All Implemented Interfaces:
Validatable, ToXContent, ToXContentObject
Direct Known Subclasses:
DateHistogramGroupConfig.CalendarInterval, DateHistogramGroupConfig.FixedInterval

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