wazuh-dashboard-plugins
wazuh-dashboard-plugins copied to clipboard
Added new DB Limit on FIM configuration
Hi Team, This adds a new DB limit tab in FIM agent configuration Close #3849
Code coverage (Jest) | % | values |
---|---|---|
Statements | 6.89% | ( 2513 / 36485 ) |
Branches | 2.72% | ( 769 / 28224 ) |
Functions | 4.6% | ( 410 / 8920 ) |
Lines | 6.97% | ( 2432 / 34908 ) |
Scope
Added new blocks inside syscheck
configuration (FIM configuration):
- file_limit
- registy_limit
(only for Windows agent, hide in manager configuration)
- synchronization > thread_pool
// ossec.conf
<syscheck>
...
<file_limit>
<enabled>yes</enabled>
<entries>100000</entries>
</file_limit>
<registry_limit>
<enabled>yes</enabled>
<entries>100000</entries>
</registry_limit>
<synchronization>
...
<thread_pool>1</thread_pool>
</synchronization>
</syscheck>
1. Agent configuration
A. Windows agent
- When the registry_limit block is added in agent ossec.conf
- When the registry_limit block is not present in agent ossec.conf
B. NO Windows agent
- Check the new
thread_pool
in theSynchronization
tab.
- Check the new
Files Limit
tab
- Check the new
Registries Limit
tab is hidden. Only available for Window Agent
2.. Manager configuration
- Check the new
thread_pool
in theSynchronization
tab.
- Check the new
Files Limit
tab
- Check the new
Registries Limit
tab is hidden. Only available for Window Agent
Check when remove the blocks file_limit
or registry_limit
Code coverage (Jest) | % | values |
---|---|---|
Statements | 8.85% | ( 3276 / 37006 ) |
Branches | 4.51% | ( 1296 / 28725 ) |
Functions | 7.7% | ( 706 / 9163 ) |
Lines | 8.91% | ( 3159 / 35436 ) |
Template test cases
7.10.2
Legend: :black_circle:: none :green_circle:: pass :yellow_circle:: warning :red_circle:: fail :white_circle:: not applicable
UI
Test | Chrome | Firefox |
---|---|---|
FIM Files limit enabled in agent config | :black_circle: | :black_circle: |
FIM Files limit disabled in agent config | :black_circle: | :black_circle: |
FIM Files limit enabled in manager config | :black_circle: | :black_circle: |
FIM Files limit disabled in manager config | :black_circle: | :black_circle: |
FIM Registries limit enabled in agent (windows) config | :black_circle: | :black_circle: |
FIM Registries limit disabled in agent (windows) config | :black_circle: | :black_circle: |
FIM Registries limit is hidden in manager config | :black_circle: | :black_circle: |
FIM Registries limit is hidden in agent (no windows) config | :black_circle: | :black_circle: |
FIM Synchronization new Number of threads field in agent config | :black_circle: | :black_circle: |
FIM Synchronization new Number of threads field in manager config | :black_circle: | :black_circle: |
Details
:black_circle: FIM Files limit enabled in agent config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Files limit disabled in agent config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Files limit enabled in manager config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Files limit disabled in manager config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Registries limit enabled in agent (windows) config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Registries limit disabled in agent (windows) config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Registries limit is hidden in manager config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Registries limit is hidden in agent (no windows) config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Synchronization new Number of threads field in agent config
Chrome - :black_circle:
Firefox - :black_circle:
:black_circle: FIM Synchronization new Number of threads field in manager config
Chrome - :black_circle:
Firefox - :black_circle:
Template test cases
7.10.2
Legend: :black_circle:: none :green_circle:: pass :yellow_circle:: warning :red_circle:: fail :white_circle:: not applicable
UI
Test | Chrome | Firefox |
---|---|---|
FIM Files limit enabled in agent config | 🟢 | :black_circle: |
FIM Files limit disabled in agent config | 🟢 | :black_circle: |
FIM Files limit enabled in manager config | 🟢 | :black_circle: |
FIM Files limit disabled in manager config | 🟢 | :black_circle: |
FIM Registries limit enabled in agent (windows) config | 🟢 | :black_circle: |
FIM Registries limit disabled in agent (windows) config | 🟢 | :black_circle: |
FIM Registries limit is hidden in manager config | 🟢 | :black_circle: |
FIM Registries limit is hidden in agent (no windows) config | 🟢 | :black_circle: |
FIM Synchronization new Number of threads field in agent config | 🟢 | :black_circle: |
FIM Synchronization new Number of threads field in manager config | 🟢 | :black_circle: |
Details
🟢 FIM Files limit enabled in agent config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Files limit disabled in agent config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Files limit enabled in manager config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Files limit disabled in manager config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Registries limit enabled in agent (windows) config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Registries limit disabled in agent (windows) config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Registries limit is hidden in manager config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Registries limit is hidden in agent (no windows) config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Synchronization new Number of threads field in agent config
Chrome - 🟢
Firefox - :black_circle:
🟢 FIM Synchronization new Number of threads field in manager config
Chrome - 🟢
Firefox - :black_circle: