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

Syslog? #3

Closed
boerio opened this issue Aug 29, 2016 · 3 comments
Closed

Syslog? #3

boerio opened this issue Aug 29, 2016 · 3 comments

Comments

@boerio
Copy link

boerio commented Aug 29, 2016

If you're operating fakenet as a sinkhole, the ability to write to syslog, so it could be sent to a SIEM would be a great capability.

@strictlymike
Copy link
Collaborator

FakeNet-NG uses the Python logging module, so perhaps the SysLogHandler under logging.handlers could make short work of this? If it isn't a no-code solution, then it still seems like it should be pretty quick to integrate that.

https://docs.python.org/2/library/logging.handlers.html

@vavarachen
Copy link
Contributor

vavarachen commented Feb 20, 2018

Boerio,

See pull request #69. It should address your local and remote syslog needs.

My implementation is in-line with what strictlymike suggested.

@strictlymike
Copy link
Collaborator

Closed via #91 with -s argument in version 1.4.1.

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

No branches or pull requests

4 participants