This message was deleted.
# general
s
This message was deleted.
g
The default value of
RotationYears
,
RotationMonths
,
RotationDays
, and
RotationHours
are all null. If I try to set each of those properties to
0
, I get the following error:
Copy code
Diagnostics:
  time:index:Rotating (one-minute):
    error: time:index/rotating:Rotating resource 'one-minute' has a problem: expected rotation_days to be at least (1), got 0. Examine values at 'Rotating.RotationDays'.
    error: time:index/rotating:Rotating resource 'one-minute' has a problem: expected rotation_hours to be at least (1), got 0. Examine values at 'Rotating.RotationHours'.
    error: time:index/rotating:Rotating resource 'one-minute' has a problem: expected rotation_months to be at least (1), got 0. Examine values at 'Rotating.RotationMonths'.
    error: time:index/rotating:Rotating resource 'one-minute' has a problem: expected rotation_years to be at least (1), got 0. Examine values at 'Rotating.RotationYears'.