Melissa Kilby

Results 192 comments of Melissa Kilby

@stevenbrz let's see if the other maintainers are on board. If yes, it could be a great "warm up" contribution for you to take on :wink:

> Moreover, I would avoid filtering clone/execve/proc_exit events, we have already seen these don't cause perf overhead and we need them to keep a reliable process tree inside sinsp. Big...

Agreed, http_output could be modernized! @FedeDP @Issif

We are splitting PRs. Batching will be implemented in a follow up PR.

Hi 👋 @Junia18 happy to also help since Andrea is constantly working on many areas. Between v0.28 and now a lot changed. Recommending to follow our Troubleshooting guides https://falco.org/docs/troubleshooting/dropping/ and...

^ small correction: https://github.com/falcosecurity/falco/issues/2996#issuecomment-2096769592 the internal metrics didn't yet exist in v0.28 so we can't make the more detailed comparisons.

Hi @p5 :wave: ! Would you be open to iterate on alternatives a bit more? From our perspective we would like to not introduce more config options unless we gain...

I see your use case is very different from a regular deployment, as I would have suggested to have some central configuration location where you manage your environment specific deployments....

`proc.name` is truncated because of kernel settings out of our control. There is a subtle distinction between process name and exe and exepath. For example java processes can have custom...