From 138287a80034764ae9c107a2ddf7cba85f974032 Mon Sep 17 00:00:00 2001 From: Agi K Thomas Date: Thu, 8 Jun 2023 18:01:22 +0000 Subject: [PATCH 1/3] RFC Stage 1: TSDB Dimensions --- rfcs/text/0039-tsdb-dimensions.md | 40 +++++++++--- rfcs/text/0039/agent.yml | 42 ++++++++++++ rfcs/text/0039/cloud.yml | 102 ++++++++++++++++++++++++++++++ rfcs/text/0039/container.yml | 35 ++++++++++ rfcs/text/0039/host.yml | 40 ++++++++++++ rfcs/text/0039/service.yml | 59 +++++++++++++++++ 6 files changed, 309 insertions(+), 9 deletions(-) create mode 100644 rfcs/text/0039/agent.yml create mode 100644 rfcs/text/0039/cloud.yml create mode 100644 rfcs/text/0039/container.yml create mode 100644 rfcs/text/0039/host.yml create mode 100644 rfcs/text/0039/service.yml diff --git a/rfcs/text/0039-tsdb-dimensions.md b/rfcs/text/0039-tsdb-dimensions.md index a600eb2c99..632f9abc44 100644 --- a/rfcs/text/0039-tsdb-dimensions.md +++ b/rfcs/text/0039-tsdb-dimensions.md @@ -1,7 +1,7 @@ # 0039: TSDB Dimensions -- Stage: **0 (strawperson)** +- Stage: **1 (strawperson)** - Date: **2023-04-11** - +* Bare metal +* VMs +* AWS EC2 instances +* GCP compute engines +* Azure compute VMs @@ -284,7 +306,7 @@ No concerns are known as of now. Presence of the `dimension:true` does not impac - +No concerns are known as of now. Presence of the `dimension:true` does not impact functionality when TSDB mode is disabled (`index.mode` : null or `index.mode` : `standard`). When TSDB mode is enabled (`index.mode`: `time_series`), there exist no known impacts. @@ -326,7 +348,7 @@ e.g.: * Stage 0: https://github.com/elastic/ecs/pull/2172 - +* Stage 1: https://github.com/elastic/ecs/pull/NNN * Stage 0: https://github.com/elastic/ecs/pull/2172 -* Stage 1: https://github.com/elastic/ecs/pull/NNN +* Stage 1: https://github.com/elastic/ecs/pull/2217 -- Stage: **1 (strawperson)** +- Stage: **1 (Draft)** - Date: **2023-04-11**