-
Notifications
You must be signed in to change notification settings - Fork 173
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
provide an option for one-line-logs in a file #178
Comments
Great idea. Merged into #183. :D |
@doctore74 Would you test v2.5.0? |
syslog via udp is working -> that's great Would it also be possible to add a flag to write this log to a local file? |
@doctore74 I'm considering syslog over tcp or HTTPS post logging. I will inform you if this feature is released. |
@xeraph btw. Keep going! Awsome work! |
@thl-cmk @doctore74 Would you test v2.7.0 release? You can use |
looks good /json also ok), except for the missing the headline in the csv file, should be put there on creation of the file. |
Looks good so far.
Would it be possible to add an additional format like this?
|
@thl-cmk Added csv file header in v2.7.1. |
will check ;-), done. Looks good to me. THX |
I guess what @doctore74 means is to have the format of the log file more like a "standard" linux logfile. So first he wants to remove the
|
@doctore74 Yes. I don't considering change of format for now.. |
It would be good to have an option to log into a logfile in i.e. syslog style.
Because...
Here's something else I've been thinking about.
If a host was potentially attackable, it would be useful to know later which one it was. If an attacker was fast and infected the host, maybe he could place a trojan or something to activate it later.
A single line logfile is easy to parse and/or logrotated or shipped to checkmk logwatch or Elastic Stack (with or without machine learning), Graylog, ...
Hey... and DO NOT USE LOG4J :-D
The text was updated successfully, but these errors were encountered: