Skip to content
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

the script pull the logs to the local server but not send them to my siem collector #82

Open
ithamar21 opened this issue Oct 18, 2022 · 2 comments

Comments

@ithamar21
Copy link

ithamar21 commented Oct 18, 2022

Hello
i try to get the logs from sophos to send them to my siem.
i set the remote ip in the syslog properties
port 514 udp
the facility is daemon
i set the filename were i want him to save the file.

i make a cron job run any 1 min.
the file is created and pull the logs.
but my problem is the script not forwarding the logs to my siem using syslog.
the linux server itself send to my siem system logs correctly but the sophos logs not showing.
i use ubuntu 22.04.

Thank you

@ithamar21 ithamar21 changed the title Not getting the logs on the syslog server the script pull the logs to the local server but not send them to my siem collector Oct 19, 2022
@tennis-r7
Copy link

You cannot write logs to a file AND send them to a syslog server, only one of them.

This is set here https://github.com/sophos/Sophos-Central-SIEM-Integration/blob/master/config.ini#L24

You specify a filename to write to the file, or syslog to forward the events to the siem server.

@ithamar21
Copy link
Author

ithamar21 commented Dec 2, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants