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
Create an ISM policy with the rollover Action and a min_index_age without a time unit e.g.
Put the policy using the ism.putPolicy API
You will get an error which includes the following
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "failed to parse setting [min_index_age] with value [30] as a time value: unit is missing or unrecognized"
}
],
What is the expected behavior?
The data field should be able to include a time unit.