Skip to content

Commit 96d8df8

Browse files
authored
Update data_stream.yml with top level type: group (#2414)
Fix generator error by adding the "type: group" top level field to schemas/data_stream.yml
1 parent 6162f14 commit 96d8df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schemas/data_stream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
An Elasticsearch data stream consists of one or more backing indices, and a data stream name forms part of the backing indices names.
3232
Due to this convention, data streams must also follow index naming restrictions. For example, data stream names cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` ` (space character), `,`, or `#`.
3333
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].
34+
type: group
3435
fields:
3536

3637
- name: type

0 commit comments

Comments
 (0)