The logging system consists of fluent-bit → opensearch → opensearch-dashboards deployed in k8s.
Need to clean up disk space in PV of k8s from logs that are older than 3 days.
Seems the policy is checking if the indexes meet the transition condition which is the creation time is more than 3 days, could you show the complete ISM policy in json format, you can click the View JSON button in the policy detail page:
Got many issues with those until I managed to understand everything, I understand your pain hehe!
Can you try again the GET _plugins/_ism/explain/{index_name} but with an index that’s not working? Maybe the kube-2024-07-19 instead of the 23 ? (Because it’s normal that the 23 was not erased on the 24th).
Also did you recently change that policy? You can manually do “Remove policy” on every index in Policy managed indexes and reapply again, to be sure new settings are taken into account. After that, you need to wait a good amount of time until it reapply itself and every Job status is back at Running/Evaluating.