Skip to content

Commit 48b7065

Browse files
authored
[DOCS] Add data stream lifecycle links (#4490) (#4627)
(cherry picked from commit 180215c)
1 parent 70f98c2 commit 48b7065

File tree

9 files changed

+48
-5
lines changed

9 files changed

+48
-5
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ data-stream-delete-lifecycle,https://www.elastic.co/guide/en/elasticsearch/refer
151151
data-stream-explain-lifecycle,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/data-streams-explain-lifecycle.html
152152
data-stream-get,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-get-data-stream.html
153153
data-stream-get-lifecycle,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/data-streams-get-lifecycle.html
154+
data-stream-lifecycle,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/data-stream-lifecycle.html
154155
data-stream-lifecycle-stats,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/data-streams-get-lifecycle-stats.html
155156
data-stream-path-param,https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/indices-create-data-stream.html#indices-create-data-stream-api-path-params
156157
data-stream-migrate,https://www.elastic.co/docs/api/doc/elasticsearch/v8/operation/operation-indices-migrate-to-data-stream

specification/indices/delete_data_lifecycle/IndicesDeleteDataLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import { Duration } from '@_types/Time'
2828
* @availability stack since=8.11.0 stability=stable
2929
* @availability serverless stability=stable visibility=public
3030
* @doc_id data-stream-delete-lifecycle
31+
* @ext_doc_id data-stream-lifecycle
3132
*/
3233
export interface Request extends RequestBase {
3334
urls: [

specification/indices/explain_data_lifecycle/IndicesExplainDataLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { Duration } from '@_types/Time'
2929
* @availability serverless stability=stable visibility=public
3030
* @doc_tag data stream
3131
* @doc_id data-stream-explain-lifecycle
32+
* @ext_doc_id data-stream-lifecycle
3233
*/
3334
export interface Request extends RequestBase {
3435
urls: [

specification/indices/get_data_lifecycle/IndicesGetDataLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { Duration } from '@_types/Time'
3030
* @availability serverless stability=stable visibility=public
3131
* @doc_tag data stream
3232
* @doc_id data-stream-get-lifecycle
33+
* @ext_doc_id data-stream-lifecycle
3334
*/
3435
export interface Request extends RequestBase {
3536
urls: [

specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import { RequestBase } from '@_types/Base'
2727
* @cluster_privileges monitor
2828
* @doc_tag data stream
2929
* @doc_id data-stream-lifecycle-stats
30+
* @ext_doc_id data-stream-lifecycle
3031
*/
3132
export interface Request extends RequestBase {
3233
urls: [

specification/indices/put_data_lifecycle/IndicesPutDataLifecycleRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import { DataStreamLifecycleDownsampling } from '@indices/_types/DataStreamLifec
3030
* @availability serverless stability=stable visibility=public
3131
* @doc_tag data stream
3232
* @doc_id data-stream-put-lifecycle
33+
* @ext_doc_id data-stream-lifecycle
3334
*/
3435
export interface Request extends RequestBase {
3536
urls: [

0 commit comments

Comments
 (0)