diff --git a/rfcs/text/0009-data_stream-fields.md b/rfcs/text/0009-data_stream-fields.md index 7018d1fe51..68fa7bd725 100644 --- a/rfcs/text/0009-data_stream-fields.md +++ b/rfcs/text/0009-data_stream-fields.md @@ -2,7 +2,7 @@ - Stage: **3 (finished)** -- Date: **2021-01-04** +- Date: **2021-03-18** When introducing the new indexing strategy for Elastic Agent which uses data streams, we found that adding a few [constant_keyword](https://www.elastic.co/guide/en/elasticsearch/reference/master/keyword.html#constant-keyword-field-type) fields corresponding to the central components in the new indexing strategy would be advantageous. @@ -247,6 +247,7 @@ e.g.: * Discussion on [field value restrictions](https://github.com/elastic/kibana/issues/75846) * Restrictions on [index names](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html) * Blog post: [An introduction to the Elastic data stream naming scheme](https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme) +* Elasticsearch documentation on [data stream naming scheme](https://www.elastic.co/guide/en/elasticsearch/reference/current/set-up-a-data-stream.html#elastic-data-stream-naming-scheme.) ### RFC Pull Requests @@ -254,6 +255,8 @@ e.g.: * Stage 1: https://github.com/elastic/ecs/pull/980 * Stage 2: https://github.com/elastic/ecs/pull/1145 +* Stage 3: https://github.com/elastic/ecs/pull/1212 + * Stage 3 date correction: https://github.com/elastic/ecs/pull/1306