From 3eb5c08c47ce21ad3fdb7dac0e8ebec9a3d4cb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Wed, 9 Oct 2024 17:26:55 +0200 Subject: [PATCH] Update operational--integrations_maintenance_request.md (#449) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álex Ruiz --- ...ional--integrations_maintenance_request.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/operational--integrations_maintenance_request.md diff --git a/.github/ISSUE_TEMPLATE/operational--integrations_maintenance_request.md b/.github/ISSUE_TEMPLATE/operational--integrations_maintenance_request.md new file mode 100644 index 0000000000000..b30b55fe77e5d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/operational--integrations_maintenance_request.md @@ -0,0 +1,30 @@ +--- +name: Integrations maintenance request +about: Used by the Indexer team to maintain third-party software integrations and track the results. +title: Integrations maintenance request +labels: level/task, request/operational, type/maintenance +assignees: "" +--- + +## Description + +The Wazuh Indexer team is responsible for the maintenance of the third-party integrations hosted in the wazuh/wazuh-indexer repository. We must ensure these integrations work under new releases of the third-party software (Splunk, Elastic, Logstash, …) and our own. + +For that, we need to: + +- [ ] Create a pull request that upgrades the components to the latest version. +- [ ] Update our testing environments to verify the integrations work under new versions. +- [ ] Test the integrations, checking that: + - The Docker Compose project starts without errors. + - The data arrives to the destination. + - All the dashboards can be imported successfully. + - All the dashboards are populated with data. +- [ ] Finally, upgrade the compatibility matrix in integrations/README.md with the new versions. + +> [!NOTE] +> * For Logstash, we use the logstash-oss image. +> * For Wazuh Indexer and Wazuh Dashboard, we use the opensearch and opensearch-dashboards images. These must match the opensearch version that we support (e.g: for Wazuh 4.9.0 it is OpenSearch 2.13.0). + +## Issues + +- _List here the detected issues_