Skip to content

Commit eb7b4bf

Browse files
authored
Fixes formatting for code block (#3055)
The Rollover page includes a code block that doesn't render as expected, so I'm removing the `console` option. ------- Here's how it currently renders: <img width="874" height="242" alt="image" src="https://github.com/user-attachments/assets/280f94c8-9464-4f2c-8fe3-f6e8595c0b48" /> And here's how I'd expect it to render: <img width="874" height="242" alt="image" src="https://github.com/user-attachments/assets/ccdc9e57-3baa-4ce9-a25f-24102ba9a95e" />
1 parent 461ed96 commit eb7b4bf

File tree

1 file changed

+2
-1
lines changed
  • manage-data/lifecycle/index-lifecycle-management

1 file changed

+2
-1
lines changed

manage-data/lifecycle/index-lifecycle-management/rollover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ Data streams are designed for append-only data, where the data stream name can b
8989
**Data streams naming pattern**<br>
9090
{{es}} uses a structured naming convention for the backing indices of data streams, following this pattern:
9191

92-
```console
92+
```
9393
.ds-<DATA-STREAM-NAME>-<yyyy.MM.dd>-<GENERATION>
9494
```
95+
9596
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.
9697

9798
### Rotating your indices with aliases [rollover-with-aliases]

0 commit comments

Comments
 (0)