Skip to content

Commit 3eb5c08

Browse files
committed
Update operational--integrations_maintenance_request.md (#449)
Signed-off-by: Álex Ruiz <[email protected]>
1 parent 051f874 commit 3eb5c08

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Integrations maintenance request
3+
about: Used by the Indexer team to maintain third-party software integrations and track the results.
4+
title: Integrations maintenance request
5+
labels: level/task, request/operational, type/maintenance
6+
assignees: ""
7+
---
8+
9+
## Description
10+
11+
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.
12+
13+
For that, we need to:
14+
15+
- [ ] Create a pull request that upgrades the components to the latest version.
16+
- [ ] Update our testing environments to verify the integrations work under new versions.
17+
- [ ] Test the integrations, checking that:
18+
- The Docker Compose project starts without errors.
19+
- The data arrives to the destination.
20+
- All the dashboards can be imported successfully.
21+
- All the dashboards are populated with data.
22+
- [ ] Finally, upgrade the compatibility matrix in integrations/README.md with the new versions.
23+
24+
> [!NOTE]
25+
> * For Logstash, we use the logstash-oss image.
26+
> * 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).
27+
28+
## Issues
29+
30+
- _List here the detected issues_

0 commit comments

Comments
 (0)