From 1f0e233f9cbbb4e9238534f9f77db908355af25e Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Thu, 18 Mar 2021 11:17:46 -0500 Subject: [PATCH 1/3] set advancing date and PR number for stage 3 --- rfcs/text/0009-data_stream-fields.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rfcs/text/0009-data_stream-fields.md b/rfcs/text/0009-data_stream-fields.md index 7018d1fe51..0081343953 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. @@ -254,6 +254,7 @@ 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