Hey
I was reading the documentation here: Data streams | Elasticsearch Guide [7.17] | Elastic
I read that the index name is generated with the following format
.ds-<data-stream>-<yyyy.MM.dd>-<generation>
This means that every day a new index is created (even multiple at some times).
Is there a way to generate index with the following template:
.ds-<data-stream>-<yyyy.MM>-<generation>
Without the day in the name format ?