You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Clarify data stream recommendations and best practices (elastic#107233)
* Clarify data stream recommendations and best practices
Our documentation around data streams versus aliases could be interpreted in a way where someone doing *any* updates thinks they need to use an alias with indices instead of a data stream. This commit enhances the documentation around these areas to determine the correct abstraction in a more concrete way. It also tries to clarify that data streams still allow updates to the backing indices, and that a difference is last-write-wins versus first-write-wins.
* Remove dlm link
Copy file name to clipboardExpand all lines: docs/reference/ilm/set-up-lifecycle-policy.asciidoc
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ To use a policy that triggers the rollover action,
76
76
you need to configure the policy in the index template used to create each new index.
77
77
You specify the name of the policy and the alias used to reference the rolling indices.
78
78
79
+
TIP: An `index.lifecycle.rollover_alias` setting is only required if using {ilm} with an alias. It is unnecessary when using <<data-streams,Data Streams>>.
80
+
79
81
You can use the {kib} Create template wizard to create a template. To access the
80
82
wizard, open the menu and go to *Stack Management > Index Management*. In the
0 commit comments