Add issue template for WCS upgrades to a new version of the ECS (#633)

This commit is contained in:
Álex Ruiz Becerra 2025-10-31 16:57:01 +01:00 committed by GitHub
parent ecadea60f9
commit f0a325fde5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,19 @@
---
name: Migrate the Wazuh Common Schema to a new version of the ECS
about: Used by the Indexer team to upgrade the Wazuh Common Schema to a new version of the ECS.
title: Support ECS vX.Y.Z
labels: level/task, request/operational, type/maintenance
assignees: ""
---
## Description
The Wazuh Common Schema is currently based on the ECS vX.Y.Z. A new version of the ECS has been released: vX.Y.Z.
## Plan
In order to migrate the WCS to the new ECS version, we need to:
- [ ] Analyze the changes introduced in the new ECS version (breaking changes, new fields, etc.).
- [ ] Upgrade the tooling used to generate the WCS schema to support the new ECS version. (ref: `ECS_VERSION`)
- [ ] Regenerate the WCS schema (stateless and stateful).

View File

@ -44,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update index templates with agent fields [(#578)](https://github.com/wazuh/wazuh-indexer-plugins/pull/578)
- Rename indices from *-5.x-* to *-v5-* [(#597)](https://github.com/wazuh/wazuh-indexer-plugins/pull/597)
- Use stricter field limits for the WCS indices [(#589)](https://github.com/wazuh/wazuh-indexer-plugins/pull/589)
- Bump WCS to ECS v9.1.0 [(#600)](https://github.com/wazuh/wazuh-indexer-plugins/pull/600)
- Bump WCS to ECS v9.1.0 [(#600)](https://github.com/wazuh/wazuh-indexer-plugins/pull/600) [(#631)](https://github.com/wazuh/wazuh-indexer-plugins/pull/631)
- Replace genai.* nested fields with keyword array [(#608)](https://github.com/wazuh/wazuh-indexer-plugins/pull/608)
- Check GitHub actions with dependabot [(#601)](https://github.com/wazuh/wazuh-indexer-plugins/pull/601)
- Automatically regenerate dependant stateless modules on base module change [(#618)](https://github.com/wazuh/wazuh-indexer-plugins/pull/618)