forked from opensearch-project/OpenSearch
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare 4.9.1-rc2 (#436) * Update docker/README.md (#438) * Support new stage 4.9.1-rc3 (#443) * Update operational--integrations_maintenance_request.md (#449) Signed-off-by: Álex Ruiz <[email protected]> --------- Signed-off-by: Álex Ruiz <[email protected]>
- Loading branch information
Showing
7 changed files
with
46 additions
and
59 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
.github/ISSUE_TEMPLATE/operational--integrations_maintenance_request.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,9 +266,9 @@ exit 0 | |
%attr(750, %{name}, %{name}) %{product_dir}/performance-analyzer-rca/bin/* | ||
|
||
%changelog | ||
* Mon Sep 23 2024 support <[email protected]> - 4.10.0 | ||
* Thu Oct 10 2024 support <[email protected]> - 4.10.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-0.html | ||
* Fri Sep 20 2024 support <[email protected]> - 4.9.1 | ||
* Fri Sep 27 2024 support <[email protected]> - 4.9.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html | ||
* Thu Aug 15 2024 support <[email protected]> - 4.9.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: "3.9" | ||
|
||
services: | ||
# Essentially wi-dev, but doesn't expose port 9200 | ||
wi-build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
version: "3.9" | ||
|
||
services: | ||
wi-dev: | ||
image: wi-dev:${VERSION} | ||
|
4 changes: 2 additions & 2 deletions
4
...se-notes/wazuh.release-notes-4.9.1-rc1.md → ...se-notes/wazuh.release-notes-4.9.1-rc3.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters