Class HistogramGroupConfig

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

public class HistogramGroupConfig extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentObject
The configuration object for the histograms in the rollup config { "groups": [ "histogram": { "fields" : [ "foo", "bar" ], "interval" : 123 } ] }