diff --git a/manage-data/lifecycle/index-lifecycle-management/rollover.md b/manage-data/lifecycle/index-lifecycle-management/rollover.md
index fdd6bd5408..fd353de614 100644
--- a/manage-data/lifecycle/index-lifecycle-management/rollover.md
+++ b/manage-data/lifecycle/index-lifecycle-management/rollover.md
@@ -89,9 +89,10 @@ Data streams are designed for append-only data, where the data stream name can b
**Data streams naming pattern**
{{es}} uses a structured naming convention for the backing indices of data streams, following this pattern:
-```console
+```
.ds---
```
+
For more information about the data stream naming pattern, refer to the [Generation](../../data-store/data-streams.md#data-streams-generation) section of the Data streams page.
### Rotating your indices with aliases [rollover-with-aliases]