We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DateHistogramInterval
1 parent 64b01b5 commit 345346dCopy full SHA for 345346d
server/src/main/java/org/elasticsearch/cluster/metadata/DataStreamLifecycle.java
@@ -576,7 +576,10 @@ static void validateRounds(List<DownsamplingRound> rounds) {
576
+ "."
577
);
578
}
579
- DownsampleConfig.validateSourceAndTargetIntervals(previous.config(), round.config());
+ DownsampleConfig.validateSourceAndTargetIntervals(
580
+ previous.config().getFixedInterval(),
581
+ round.config().getFixedInterval()
582
+ );
583
584
585
0 commit comments