You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minIndexAge, minPrimaryShardSize and other such params are of type 'Number' but should be string as opensearch requires it be of format "5m", "1d" etc.
/** * The minimum index age to trigger rollover. * <p> * API name: {@code min_index_age} * </p> */ @Nullable public final Number minIndexAge() { return this.minIndexAge; }
Error: failed to parse setting [min_index_age] with value [300000.0] as a time value: unit is missing or unrecognized