Selaa lähdekoodia

[DOCS] Fix ordered list formatting in data stream docs (#81667)

James Rodewig 3 vuotta sitten
vanhempi
commit
6c8f0b170b

+ 2 - 1
docs/reference/data-streams/change-mappings-and-settings.asciidoc

@@ -389,10 +389,11 @@ Follow these steps:
 . Choose a name or index pattern for a new data stream. This new data
 stream will contain data from your existing stream.
 +
+--
 You can use the resolve index API to check if the name or pattern matches any
 existing indices, aliases, or data streams. If so, you should consider using
 another name or pattern.
---
+
 The following resolve index API request checks for any existing indices,
 aliases, or data streams that start with `new-data-stream`. If not, the
 `new-data-stream*` index pattern can be used to create a new data stream.