Skip to content

Commit e0075f1

Browse files
committed
Fixes formatting for code block
The Rollover page includes a code block that doesn't render as expected, so I'm removing the `console` option.
1 parent 1c919df commit e0075f1

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
@@ -79,9 +79,10 @@ Data streams are designed for append-only data, where the data stream name can b
7979
**Data streams naming pattern**<br>
8080
{{es}} uses a structured naming convention for the backing indices of data streams, following this pattern:
8181

82-
```console
82+
```
8383
.ds-<DATA-STREAM-NAME>-<yyyy.MM.dd>-<GENERATION>
8484
```
85+
8586
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.
8687

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

0 commit comments

Comments
 (0)