فهرست منبع

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

James Rodewig 3 سال پیش
والد
کامیت
6c8f0b170b
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      docs/reference/data-streams/change-mappings-and-settings.asciidoc

+ 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.