From 71845047613f2f899bf24eea41669a4511f4bc29 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Thu, 18 Mar 2021 12:35:02 -0500 Subject: [PATCH] add additional restrictions mentioned in #1304 --- schemas/data_stream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/data_stream.yml b/schemas/data_stream.yml index d651800fa4..af9bc40195 100644 --- a/schemas/data_stream.yml +++ b/schemas/data_stream.yml @@ -11,7 +11,7 @@ this https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme[blog post]. 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 \, /, *, ?, ", <, >, |, ` `. + Due to this convention, data streams must also follow index naming restrictions. For example, data stream names cannot include \, /, *, ?, ", <, >, |, ` `, `,`, 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]. fields: