ecs

Proposing changes to ECS

Changes to ECS are proposed as Requests for Comments (RFCs) in rfcs/. A contributor opens a single Proposal pull request that is reviewed holistically by the ECS team. The goal is to thoroughly evaluate and verify the assumptions being made about a change before committing it to the schema.

Each RFC is a markdown document following the template. If the RFC proposes new or changed fields, it should also include a corresponding folder in rfcs/text/ named with the next available RFC number (check existing folders to find it; any duplicates will be corrected at merge) containing the proposed schema changes as standalone YAML files or extended example mappings and larger source documents.

How a Proposal works

  1. A contributor copies the RFC template, fills in all sections, and opens a pull request.
  2. The contributor specifies a target maturity of alpha or beta for the proposed fields. See Field stability for definitions.
  3. The ECS team reviews the proposal in a single pass, evaluating the key questions below.
  4. On approval the ECS team merges the PR and confirms the RFC number.
  5. The proposed fields are added to the schema at the accepted maturity level (by the contributor or the ECS team). This step will be automated in the future so that field definitions are applied to the schema on merge of the Proposal PR.

Field promotion is handled separately and does not require a new RFC. Fields at alpha maturity will be periodically reviewed; based on adoption and feedback, the ECS team will decide whether to promote them to beta or remove them. Fields at beta maturity will be automatically promoted to GA once an adoption threshold is met. The details of both promotion paths are still being finalized. If a proposal is no longer being pursued, the PR is simply closed.

Key questions

Responsibilities

The ECS team:

The contributor: