Skip to content

Commit f496a36

Browse files
marciwkilfoyle
andauthored
Apply suggestion from review
Co-authored-by: David Kilfoyle <[email protected]>
1 parent d3b69db commit f496a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/data-store/data-streams/set-up-tsds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The structure of a time series data stream is defined by an index template. Crea
8989
- Set `"lifecycle": { "enabled": true }`.
9090
- If you created an ILM policy in [step 1](#tsds-ilm-policy), reference it with `index.lifecycle.name`.
9191
- **Other settings** (optional): Additional index settings, such as [`index.number_of_replicas`](elasticsearch://reference/elasticsearch/index-settings/index-modules.md#dynamic-index-number-of-replicas), for the data stream's backing indices.
92-
- **Priority:** Set the priority higher than `200`, to avoid [collisions](/manage-data/data-store/templates.md#avoid-index-pattern-collisions) with built-in templates.
92+
- **Priority:** Set the priority higher than `200` to avoid [collisions](/manage-data/data-store/templates.md#avoid-index-pattern-collisions) with built-in templates.
9393

9494
**Example index template PUT request:**
9595

0 commit comments

Comments
 (0)