banditopazzo
banditopazzo
Hi @Zenidd , I tried your suggestion but if I insert the new decoder for the user field extraction it doesn't extract the already extracted field (date, time) anymore. I...
Hi @Zenidd , thank you for helping to understand how the decoders work. I have updated the files like you said, except I had to use `dstuser` instead of `user`...
Hi, I think it's better to implement a simple handwritten file logger which doesn't use the log subsystem. This module is called `logger` but in reality is the "threat event...
@hnidoaht-101 did you copy the code from https://github.com/polyverse/file-rotation/blob/main/src/asynchronous.rs ? it's an unmaintained crate. why did you change variables and function names? I didn't have time to check in detail the...
we want to publish to docker hub with our company account
before this change the `args` was NULL there was no output message to userspace. now what happens when `args` is NULL in userspace? there is a 1:1 mapping with a...
Hi, I agree with you on Option 2, having separate application logging and threat logging, because they are different things and shouldn't be mixed. The `log` and `tracing` crates are...
Fixed by #277
hi, sorry it took me a long time to think about the original issue. It's not a simple problem because it's a complete refactoring of all the internals and there...
this is a very delicate issue. I understand that there are valid reasons to use rustls over openssl because of some advantages; the biggest point it's that is simpler to...