From f6962760a6131a4d5eae4208b8f27d4bcdeaa4fe Mon Sep 17 00:00:00 2001 From: Omarimcblack <43746683+Omarimcblack@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:55:19 +0000 Subject: [PATCH] Update data_stream.yml with top level type: group --- schemas/data_stream.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/data_stream.yml b/schemas/data_stream.yml index 9dcf02a92c..112e13f9e6 100644 --- a/schemas/data_stream.yml +++ b/schemas/data_stream.yml @@ -31,6 +31,7 @@ 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]. + type: group fields: - name: type