mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2025-12-11 02:29:20 -06:00
Add issue template for WCS upgrades to a new version of the ECS (#633)
This commit is contained in:
parent
ecadea60f9
commit
f0a325fde5
19
.github/ISSUE_TEMPLATE/operational--schema_upgrade_request.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/operational--schema_upgrade_request.md
vendored
Normal 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).
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user