Describe the issue: I would like to create an alias containing only the logs of “today”. So I need an alias containing exactly one index for today like “logs-today” pointing to index “logs-2025-10-10”, and that this alias will point to exactly one index tomorrow, ie. then to “logs-2025-10-11”. Currently newly created indices can be added but not old ones removed.
@OpenAndreas Great question, there is no built in way to achieve this currently, You would need to create a cron/scheduled task to execute script similar to the following: