diff --git a/docs/field-details.asciidoc b/docs/field-details.asciidoc index 49b6d9e88b..52ed080c6d 100644 --- a/docs/field-details.asciidoc +++ b/docs/field-details.asciidoc @@ -1026,6 +1026,8 @@ In the new data stream naming scheme the value of the data stream fields combine An Elasticsearch data stream consists of one or more backing indices, and a data stream name forms part of the backing indices names. Due to this convention, data streams must also follow index naming restrictions. For example, data stream names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, or `#`. Please see the Elasticsearch reference for additional https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params[restrictions]. +beta::[ These fields are in beta and are subject to change.] + [discrete] ==== Data Stream Field Details diff --git a/experimental/generated/ecs/ecs_nested.yml b/experimental/generated/ecs/ecs_nested.yml index 12c1be0458..be5465f8fd 100644 --- a/experimental/generated/ecs/ecs_nested.yml +++ b/experimental/generated/ecs/ecs_nested.yml @@ -1057,6 +1057,7 @@ container: title: Container type: group data_stream: + beta: These fields are in beta and are subject to change. description: 'The data_stream fields take part in defining the new data stream naming scheme. diff --git a/experimental/generated/elasticsearch/template.json b/experimental/generated/elasticsearch/template.json index 55f09b054a..5775a87263 100644 --- a/experimental/generated/elasticsearch/template.json +++ b/experimental/generated/elasticsearch/template.json @@ -70,4 +70,4 @@ } } } -} +} \ No newline at end of file diff --git a/generated/ecs/ecs_nested.yml b/generated/ecs/ecs_nested.yml index 2c76a378f1..b0958cccce 100644 --- a/generated/ecs/ecs_nested.yml +++ b/generated/ecs/ecs_nested.yml @@ -1063,6 +1063,7 @@ container: title: Container type: group data_stream: + beta: These fields are in beta and are subject to change. description: 'The data_stream fields take part in defining the new data stream naming scheme. diff --git a/schemas/data_stream.yml b/schemas/data_stream.yml index de6f89ba45..a169b0a61c 100644 --- a/schemas/data_stream.yml +++ b/schemas/data_stream.yml @@ -2,6 +2,8 @@ - name: data_stream title: Data Stream short: The data_stream fields take part in defining the new data stream naming scheme. + beta: > + These fields are in beta and are subject to change. description: > The data_stream fields take part in defining the new data stream naming scheme.