@@ -1096,37 +1096,43 @@ Once these settings have been adjusted, the file must be saved followed by a res
1096
1096
Wazuh Modules
1097
1097
-------------
1098
1098
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
+ +-----------------------------------+---------------+-------------------------------------------------------------------------------------+
1130
1136
1131
1137
.. _wazuh_command_remote_commands :
1132
1138
0 commit comments