You can reset the setting to null
by this:
PUT logs-2024.02.01/_settings
{
"plugins": {
"index_state_management": {
"auto_manage": null
}
}
}
You can reset the setting to null
by this:
PUT logs-2024.02.01/_settings
{
"plugins": {
"index_state_management": {
"auto_manage": null
}
}
}