-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote Syslog configuration #345
Comments
I have problem also. App version: 4.5.3 In docker stack for wazuh-manager:
I have in ossec.conf :
tcpdump running on the host and in the container indicates that logs from fortigate and other devices are being sent and arriving. netstat on host show:
in container:
However, after enabling the option:
Unfortunately, in the log files In fortigate config for syslog:
In logs:
Test from another host in network:
|
After update to 4.6.0 in logs: |
After enabling syslog at ossec.conf, only tcp is working however udp is not working on k8s. secure 1514 tcp,udp 131072 0.0.0.0/0 syslog 514 tcp 0.0.0.0/0 syslog 514 udp 0.0.0.0/0 |
I'm having the same issue, using 4.8.0 and enable syslog on both master and worker configs I see the port enabled and service comming up on the logs
how can it be enabled to receive syslogs? edit: had to add another port on the deployment for 514 as its not on the base kustomization |
Hi,
Are there any recommendations for configuring remote syslog for the wazuh-manager-workers? I have this added to my config:
Does rsyslog need to be installed on the wazuh-managers in order for this to work? The documentation doesn't quite make this clear.
Does this mean I will need to build a custom wazuh-manager docker image with rsyslog included? If so I feel like this should be part of the default image.
The text was updated successfully, but these errors were encountered: