Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnestor authored Aug 20, 2024
1 parent de9056e commit e813f3c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Delete Data Stream Lifecycle</titleabbrev>
++++

Deletes the <<index-lifecycle-management,lifecycle>> from a set of data streams.
Deletes the <<data-stream-lifecycle,lifecycle>> from a set of data streams.

[[delete-lifecycle-api-prereqs]]
==== {api-prereq-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Explain Data Stream Lifecycle</titleabbrev>
++++

Retrieves the current <<data-streams,data stream>> <<index-lifecycle-management,lifecycle>> status for one or more data stream backing indices.
Retrieves the current <<data-stream-lifecycle,data stream lifecycle>> status for one or more data stream backing indices.

[[explain-lifecycle-api-prereqs]]
==== {api-prereq-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Get Data Stream Lifecycle</titleabbrev>
++++

Gets stats about the execution of <<data-streams,data stream>> <<index-lifecycle-management,lifecycle>>.
Gets stats about the execution of <<data-stream-lifecycle,data stream lifecycle>>.

[[get-lifecycle-stats-api-prereqs]]
==== {api-prereq-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Get Data Stream Lifecycle</titleabbrev>
++++

Gets the <<index-lifecycle-management,lifecycle>> of a set of <<data-streams,data streams>>.
Gets the <<data-stream-lifecycle,lifecycle>> of a set of <<data-streams,data streams>>.

[[get-lifecycle-api-prereqs]]
==== {api-prereq-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Put Data Stream Lifecycle</titleabbrev>
++++

Configures the data stream <<index-lifecycle-management,lifecycle>> for the targeted <<data-streams,data streams>>.
Configures the data stream <<data-stream-lifecycle,lifecycle>> for the targeted <<data-streams,data streams>>.

[[put-lifecycle-api-prereqs]]
==== {api-prereq-title}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
=== Tutorial: Migrate ILM managed data stream to data stream lifecycle

In this tutorial we'll look at migrating an existing data stream from <<index-lifecycle-management,Index Lifecycle Management ({ilm-init})>> to
data stream lifecycle. The existing {ilm-init} managed backing indices will continue
<<data-stream-lifecycle,data stream lifecycle>>. The existing {ilm-init} managed backing indices will continue
to be managed by {ilm-init} until they age out and get deleted by {ilm-init}; however,
the new backing indices will be managed by data stream lifecycle.
This way, a data stream is gradually migrated away from being managed by {ilm-init} to
Expand Down

0 comments on commit e813f3c

Please sign in to comment.