wazuh-helm icon indicating copy to clipboard operation
wazuh-helm copied to clipboard

wazuh-helm-chart

Results 16 wazuh-helm issues
Sort by recently updated
recently updated
newest added

@morgoved In my previous PR . typo in authc order . Here is fix

The agent from the latest image `wazuh/wazuh-agent:4.14.1` does not accept environment variables, loses settings, and cannot connect to the server: ``` values: images: repository: wazuh/wazuh-agent tag: "4.14.1" ``` Reverting to...

I am attempting to remove secrets from the chart values. For the cluster key, I found that this can be done by using an existing "to_be_replaced_by_cluster_key" placeholder which the manager...

The LoadBalancer Wazuh Manager service is not working correctly. Wazuh Agent on another cluster loses connection after registration. If the connection goes to worker nodes, everything works fine. If it...

I need to change the config.yml to add my LDAP settings to use as a login method, I was wondering what would be the best way to do this.

Integrator doesn't receive any alerts System has Communication to each other: kubectl exec -n wazuh pvy-security-wazuh-manager-master-0 -- \ ps aux | grep integratord Defaulted container "wazuh-manager" out of: wazuh-manager, update-index...

ubectl exec -n wazuh pvy-security-wazuh-agent-92jqj -- find /var/ossec/queue/fim/ -type f -name "*.db" -exec ls -la {} \; 2>/dev/null || echo "No FIM database files found" -rw-r----- 1 root wazuh 6078464...

I couldn't get it to work. There is a number of things wrong: 1. The memory limit is lower than the memory request; 2. podSecurityContext.privileged.true and securityContext.privileged.true statements can't be...

While testing the chart with wazuh 4.14 images, the manager showed the following errors: ``` ossec.log:2025/10/29 04:41:40 wazuh-modulesd: CRITICAL: (2301): Definition not found for: 'vulnerability-detection.report_queue_size'. ossec.log:2025/10/29 04:01:00 wazuh-remoted: CRITICAL: (2301):...

Checked the [_helpers.tpl ](https://github.com/morgoved/wazuh-helm/blob/main/charts/wazuh/templates/_helpers.tpl#L1415) for the other issue regarding [incorrect templating of the kibanaserver user](https://github.com/morgoved/wazuh-helm/issues/43). With that I see that there are several users defined already with a non changeable...