From 657fc26399fbb5a1ab02998cfcff6f15993577cd Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Wed, 17 Mar 2021 13:17:37 +0100 Subject: [PATCH] Fix rendering of restricted data_stream fields Also adding `,` and `#`, based on https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params --- rfcs/text/0009-data_stream-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/text/0009-data_stream-fields.md b/rfcs/text/0009-data_stream-fields.md index d138f94bdf..f290f5edd2 100644 --- a/rfcs/text/0009-data_stream-fields.md +++ b/rfcs/text/0009-data_stream-fields.md @@ -35,7 +35,7 @@ The fields can be found in `rfcs/text/0009/data_stream.yml`. ### Restrictions on values -Due to the fact that the values of the `data_stream` fields make up the data stream name, the restrictions on data stream names also apply to values for the `data_stream` fields. As an example, they cannot include \, /, *, ?, ", <, >, |, ` `. Please see the Elasticsearch reference for [restrictions on index/data stream names](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params). Here follows the _additional_ restrictions imposed on the data stream fields: +Due to the fact that the values of the `data_stream` fields make up the data stream name, the restrictions on data stream names also apply to values for the `data_stream` fields. As an example, they cannot include `\`, `/`, `*`, `?`, `"`, `<`, `>`, `|`, ` `, `,`, `#`. Please see the Elasticsearch reference for [restrictions on index/data stream names](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params). Here follows the _additional_ restrictions imposed on the data stream fields: **data_stream.type**