After upgrading ELK from 8.14 to 8.16, I noticed an issue with the rollover index. Even after performing a rollover, the new index retains the same date as the previous one—only the number is incrementing.
This happens when initial index is created with static date, instead of date math. Refer - Elasticsearch API conventions | Reference