Skip to content

Commit c2b00fd

Browse files
AlexRuiz7mcasas993JuanGarriuzf-gallandQU3B1M
authored
Merge 4.10.2 into 4.11.0 (#668)
* Upgrade integrations to the last version (#447) * Upgrade third-party integrations to latest product versions (#368) * Upgrade third-party integrations to latest product versions * Improve comtability matrix * Change versions in /integrations/.env Signed-off-by: Malena Casas <[email protected]> * Fix Splunk integrations (#362) * Add table with the version of the integrations * Update CHANGELOG.md Signed-off-by: Álex Ruiz <[email protected]> --------- Signed-off-by: Malena Casas <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> * Merge 4.9.1 into 4.10.0 (#454) * 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]> * Fix Github Actions build process dependency errors (#457) * Switch from latest to 22.04 runner * Remove non-existant packages from workflow provisioner * Remove freeglut3 from provision.sh * Update calendarTime and scan_date fields type (#458) * Merge 4.9.1 into 4.10.0 (#469) * Support for v4.9.1-alpha4 (#461) * Prepare final release notes for 4.9.1 * Fix release date for 4.10.0 in RPM spec file (#471) * Preserve status of wazuh-indexer on upgrade (#498) * Update pre and post inst scripts for deb and rpm to store and restore service status * Update prerm script to avoid stopping the service on upgrade * Remove extra spaces and update rpm restart command * Merge 4.9.2 into 4.10.0 (#510) * Support for v4.9.1-alpha4 (#461) * Prepare final release notes for 4.9.1 * Support new version 4.9.2 (#494) * Support new version 4.9.2 * Add estimated release date for 4.9.2 * Fix estimates release date for 4.9.2 * Fix 4.9.1 release notes title --------- Signed-off-by: Álex Ruiz <[email protected]> * Update Changelog and release date (#595) * Support new Wazuh version 4.10.1 (#615) * Support new stage RC3 for 4.10.0 (#629) (#633) * Fix Changelog (#640) * Fix Changelog * Update CHANGELOG.md Signed-off-by: Álex Ruiz <[email protected]> --------- Signed-off-by: Álex Ruiz <[email protected]> * Fix release date for 4.10.1 (#643) (#645) * Support new Wazuh version 4.10.2 (#649) * Remove dangling file for ASL integration (#665) (#666) --------- Signed-off-by: Malena Casas <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Malena Casas <[email protected]> Co-authored-by: JuanGarriuz <[email protected]> Co-authored-by: Fede Galland <[email protected]> Co-authored-by: Kevin Ledesma <[email protected]>
1 parent 3bee0b0 commit c2b00fd

File tree

5 files changed

+28
-52
lines changed

5 files changed

+28
-52
lines changed

distribution/packages/src/rpm/wazuh-indexer.rpm.spec

+3-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,9 @@ exit 0
277277

278278
%changelog
279279
* Tue Jan 28 2025 support <[email protected]> - 4.11.0
280-
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html
280+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-11-0.html
281+
* Thu Jan 23 2025 support <[email protected]> - 4.10.2
282+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-2.html
281283
* Thu Jan 16 2025 support <[email protected]> - 4.10.1
282284
- More info: https://documentation.wazuh.com/current/release-notes/release-4-10-1.html
283285
* Wed Jan 08 2025 support <[email protected]> - 4.10.0

integrations/amazon-security-lake/CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ This Docker Compose project will bring up these services:
1616
- our [events generator](../tools/events-generator/README.md)
1717
- an AWS Lambda Python container.
1818

19+
| Service | Address | Credentials |
20+
| ------------- | ------------------------ | --------------- |
21+
| Wazuh Indexer | https://localhost:9200 | admin:admin |
22+
| Dashboards | https://localhost:5601 | admin:admin |
23+
| S3 Ninja | http://localhost:9444/ui | |
24+
1925
On the one hand, the event generator will push events constantly to the indexer, to the `wazuh-alerts-4.x-sample` index by default (refer to the [events generator](../tools/events-generator/README.md) documentation for customization options). On the other hand, Logstash will query for new data and deliver it to output configured in the pipeline `indexer-to-s3`. This pipeline delivers the data to an S3 bucket, from which the data is processed using a Lambda function, to finally be sent to the Amazon Security Lake bucket in Parquet format.
2026

2127
The pipeline starts automatically, but if you need to start it manually, attach a terminal to the Logstash container and start the integration using the command below:

integrations/amazon-security-lake/aws-lambda.dockerfile

-17
This file was deleted.

integrations/amazon-security-lake/logstash/pipeline/indexer-to-file.conf

-34
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 2025-01-23 Version 4.10.2 Release Notes
2+
3+
## [4.10.2]
4+
5+
### Added
6+
7+
-
8+
9+
### Dependencies
10+
11+
-
12+
13+
### Changed
14+
15+
-
16+
17+
### Fixed
18+
19+
-

0 commit comments

Comments
 (0)