Merge pull request #1181 from wazuh/change/2612-syscollector

Syscollector configuration change
This commit is contained in:
Gonzalo Acuña 2025-09-05 11:40:19 -03:00 committed by GitHub
commit 7b6467557d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
### Changed
- None
- Syscollector configuration change ([#1181](https://github.com/wazuh/wazuh-kubernetes/pull/1181))
### Fixed

View File

@ -99,7 +99,7 @@
<os>yes</os>
<network>yes</network>
<packages>yes</packages>
<ports all="no">yes</ports>
<ports all="yes">yes</ports>
<processes>yes</processes>
</wodle>

View File

@ -99,7 +99,7 @@
<os>yes</os>
<network>yes</network>
<packages>yes</packages>
<ports all="no">yes</ports>
<ports all="yes">yes</ports>
<processes>yes</processes>
</wodle>