java.lang.Object
org.elasticsearch.xpack.core.rollup.job.GroupConfig
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class GroupConfig extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject
The configuration object for the groups section in the rollup config. Basically just a wrapper for histo/date histo/terms objects { "groups": [ "date_histogram": {...}, "histogram" : {...}, "terms" : {...} ] }