# Change default naming convention of data stream backing indices

**URL:** https://forum.opensearch.org/t/change-default-naming-convention-of-data-stream-backing-indices/14492
**Category:** OpenSearch
**Created:** [May 30, 2023, 6:58am UTC](https://forum.opensearch.org/t/change-default-naming-convention-of-data-stream-backing-indices/14492 "2023-05-30T06:58:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Markant](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@Markant](https://forum.opensearch.org/u/Markant)
#### Post date: [May 30, 2023, 6:58am UTC](https://forum.opensearch.org/t/change-default-naming-convention-of-data-stream-backing-indices/14492/1 "2023-05-30T06:58:55Z")

</div>

**Versions** (relevant - OpenSearch/Dashboard/Server OS/Browser):  
2.5

**Describe the issue** :  
Is there any way to change the backing indices naming convention created by data stream. Currently if the data stream name is **test\_data\_stream** , then backing indices (upon rollover) are created as

1. .ds-test\_data\_stream-000001
2. .ds-test\_data\_stream-000002
3. .ds-test\_data\_stream-000003

Is there any way to control naming convention and instead of 000001 or 000002, provide rollover date or index creation date. ex: .ds-test\_data\_stream-2023-05-30 ?

**Configuration** :

**Relevant Logs or Screenshots** :

---

<div class="post-metadata">

### Author: ![Gsmitt](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.opensearch.org/gsmitt/32/1718_2.png) [@Gsmitt](https://forum.opensearch.org/u/Gsmitt)
#### Post date: [May 31, 2023, 4:24am UTC](https://forum.opensearch.org/t/change-default-naming-convention-of-data-stream-backing-indices/14492/2 "2023-05-31T04:24:27Z")

</div>

Hey,

I was unable to modify it also. It might be there by default.
