Skip to content

Commit 651e503

Browse files
committed
Merge branch '4.13' into enhancement/341-update-upgrade-guide-steps
2 parents 706a691 + 8f91741 commit 651e503

File tree

3 files changed

+40
-33
lines changed

3 files changed

+40
-33
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
1717
- Added Wazuh agent deployment on Docker documentation. ([#8798](https://github.com/wazuh/wazuh-documentation/pull/8798)) ([#8845](https://github.com/wazuh/wazuh-documentation/pull/8845)) ([#8857](https://github.com/wazuh/wazuh-documentation/pull/8857))
1818
- Added Wazuh indexer indices. ([#8887](https://github.com/wazuh/wazuh-documentation/pull/8887))
1919
- Added deprecation warnings for legacy operating systems. ([#8897](https://github.com/wazuh/wazuh-documentation/pull/8897))
20+
- **Post-release**: Added the `wazuh_modules.rlimit_nofile` internal configuration option. ([#8922](https://github.com/wazuh/wazuh-documentation/pull/8922))
2021

2122
### Changed
2223

@@ -27,6 +28,7 @@ All notable changes to this project will be documented in this file.
2728
- Updated the default value of the `all` attribute in the `ports` Syscollector configuration option. ([#8840](https://github.com/wazuh/wazuh-documentation/pull/8840))
2829
- Replaced version references with replacement variables in Wazuh package generation. ([#8906](https://github.com/wazuh/wazuh-documentation/pull/8906))
2930
- Updated System inventory documentation. ([#8910](https://github.com/wazuh/wazuh-documentation/pull/8910))
31+
- **Post-release**: Updated 4.13.0 release notes entry. ([#8923](https://github.com/wazuh/wazuh-documentation/pull/8923)) ([#8925](https://github.com/wazuh/wazuh-documentation/pull/8925))
3032
- **Post-release**: Updated steps in Upgrade Guide for exporting customizations from the Wazuh Dashboard. ([#8921](https://github.com/wazuh/wazuh-documentation/pull/8921))
3133

3234
## [v4.12.0]

source/release-notes/release-4-13-0.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ Wazuh manager
3535
- `#29916 <https://github.com/wazuh/wazuh/pull/29916>`__ Enabled CVE re-indexing when documents change in Vulnerability Detector.
3636
- `#29153 <https://github.com/wazuh/wazuh/pull/29153>`__ Separated control messages from remoted's connection handling.
3737
- `#30504 <https://github.com/wazuh/wazuh/pull/30504>`__ Added sanity checks for hotfix values in Vulnerability Detector.
38-
- `#27894 <https://github.com/wazuh/wazuh/issues/27894>`__ Added support for global queries of FIM and system inventory data.
38+
- `#27894 <https://github.com/wazuh/wazuh/issues/27894>`__ Added support for global queries. `#31856 <https://github.com/wazuh/wazuh/pull/31856>`__
3939
- `#30851 <https://github.com/wazuh/wazuh/pull/30851>`__ Improved exception handling in the ``run_local`` SDK function.
4040
- `#29135 <https://github.com/wazuh/wazuh/pull/29135>`__ Improved Authd connection management using epoll to handle concurrent agent registration requests more efficiently.
4141
- `#31114 <https://github.com/wazuh/wazuh/pull/31114>`__ Added a single writer buffer manager instance for each indexer connector instance.
42-
- `#31856 <https://github.com/wazuh/wazuh/pull/31856>`__ Disabled FIM Global Queries.
4342

4443
Wazuh agent
4544
^^^^^^^^^^^

source/user-manual/reference/internal-options.rst

Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,37 +1096,43 @@ Once these settings have been adjusted, the file must be saved followed by a res
10961096
Wazuh Modules
10971097
-------------
10981098

1099-
+--------------------------------+---------------+-------------------------------------------------------------------------------------+
1100-
| **wazuh_modules.task_nice** | Description | Indicates the priority of the tasks. The lower the value, the higher the priority. |
1101-
+ +---------------+-------------------------------------------------------------------------------------+
1102-
| | Default value | 10 |
1103-
+ +---------------+-------------------------------------------------------------------------------------+
1104-
| | Allowed value | Any integer between -20 and 19. |
1105-
+--------------------------------+---------------+-------------------------------------------------------------------------------------+
1106-
| **wazuh_modules.max_eps** | Description | Maximum number of events per second sent by all Wazuh Module. |
1107-
+ +---------------+-------------------------------------------------------------------------------------+
1108-
| | Default value | 100 |
1109-
+ +---------------+-------------------------------------------------------------------------------------+
1110-
| | Allowed value | Any integer between 1 and 1000 |
1111-
+--------------------------------+---------------+-------------------------------------------------------------------------------------+
1112-
| **wazuh_modules.kill_timeout** | Description | Time for a process to quit before being killed during Modulesd exiting, in seconds. |
1113-
+ +---------------+-------------------------------------------------------------------------------------+
1114-
| | Default value | 10 |
1115-
+ +---------------+-------------------------------------------------------------------------------------+
1116-
| | Allowed value | 0: Kill immediately |
1117-
+ + +-------------------------------------------------------------------------------------+
1118-
| | | Any integer between 1 and 3600 |
1119-
+--------------------------------+---------------+-------------------------------------------------------------------------------------+
1120-
| **wazuh_modules.debug** | Description | Debug level. |
1121-
+ +---------------+-------------------------------------------------------------------------------------+
1122-
| | Default value | 0 |
1123-
+ +---------------+-------------------------------------------------------------------------------------+
1124-
| | Allowed value | 0: No debug output. |
1125-
+ + +-------------------------------------------------------------------------------------+
1126-
| | | 1: Standard debug output. |
1127-
+ + +-------------------------------------------------------------------------------------+
1128-
| | | 2: Verbose debug output. |
1129-
+--------------------------------+---------------+-------------------------------------------------------------------------------------+
1099+
+-----------------------------------+---------------+-------------------------------------------------------------------------------------+
1100+
| **wazuh_modules.task_nice** | Description | Indicates the priority of the tasks. The lower the value, the higher the priority. |
1101+
+ +---------------+-------------------------------------------------------------------------------------+
1102+
| | Default value | 10 |
1103+
+ +---------------+-------------------------------------------------------------------------------------+
1104+
| | Allowed value | Any integer between -20 and 19. |
1105+
+-----------------------------------+---------------+-------------------------------------------------------------------------------------+
1106+
| **wazuh_modules.rlimit_nofile** | Description | Maximum number of file descriptor that Wazuh modules can open. |
1107+
+ +---------------+-------------------------------------------------------------------------------------+
1108+
| | Default value | 8192 |
1109+
+ +---------------+-------------------------------------------------------------------------------------+
1110+
| | Allowed value | Any integer between 1024 and 1048576 |
1111+
+-----------------------------------+---------------+-------------------------------------------------------------------------------------+
1112+
| **wazuh_modules.max_eps** | Description | Maximum number of events per second sent by all Wazuh Module. |
1113+
+ +---------------+-------------------------------------------------------------------------------------+
1114+
| | Default value | 100 |
1115+
+ +---------------+-------------------------------------------------------------------------------------+
1116+
| | Allowed value | Any integer between 1 and 1000 |
1117+
+-----------------------------------+---------------+-------------------------------------------------------------------------------------+
1118+
| **wazuh_modules.kill_timeout** | Description | Time for a process to quit before being killed during Modulesd exiting, in seconds. |
1119+
+ +---------------+-------------------------------------------------------------------------------------+
1120+
| | Default value | 10 |
1121+
+ +---------------+-------------------------------------------------------------------------------------+
1122+
| | Allowed value | 0: Kill immediately |
1123+
+ + +-------------------------------------------------------------------------------------+
1124+
| | | Any integer between 1 and 3600 |
1125+
+-----------------------------------+---------------+-------------------------------------------------------------------------------------+
1126+
| **wazuh_modules.debug** | Description | Debug level. |
1127+
+ +---------------+-------------------------------------------------------------------------------------+
1128+
| | Default value | 0 |
1129+
+ +---------------+-------------------------------------------------------------------------------------+
1130+
| | Allowed value | 0: No debug output. |
1131+
+ + +-------------------------------------------------------------------------------------+
1132+
| | | 1: Standard debug output. |
1133+
+ + +-------------------------------------------------------------------------------------+
1134+
| | | 2: Verbose debug output. |
1135+
+-----------------------------------+---------------+-------------------------------------------------------------------------------------+
11301136

11311137
.. _wazuh_command_remote_commands:
11321138

0 commit comments

Comments
 (0)