Class DateHistogramGroupConfig.FixedInterval

java.lang.Object
org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig.FixedInterval
All Implemented Interfaces:
Validatable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
DateHistogramGroupConfig

public static class DateHistogramGroupConfig.FixedInterval extends DateHistogramGroupConfig
FixedInterval is a DateHistogramGroupConfig that uses a fixed time interval for rolling up data. The fixed time interval is one or multiples of SI units and has no calendar-awareness (e.g. doesn't account for leap corrections, does not have variable length months, etc). For calendar-aware rollups, use DateHistogramGroupConfig.CalendarInterval
  • Constructor Details

    • FixedInterval

      public FixedInterval(String field, org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval interval)
    • FixedInterval

      public FixedInterval(String field, org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval interval, org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramInterval delay, String timeZone)