Skip to content

Commit

Permalink
add beta attribute for fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan committed Apr 19, 2021
1 parent 3212361 commit 8cf6197
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion experimental/generated/elasticsearch/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
}
}
}
}
}
1 change: 1 addition & 0 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions schemas/data_stream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8cf6197

Please sign in to comment.