Thomas Labarussias
Thomas Labarussias
Thanks for this tool, it's really useful for debug. Could it be possible to add custom metrics and not only those expose by runtime? I'm developping an application and it...
For my project, [`falcosidekick-ui`](https://github.com/falcosecurity/falcosidekick-ui) I use `redisearch` as storage for the events, it works really well but the community asked me to [add a TTL to keys](https://github.com/falcosecurity/falcosidekick-ui/issues/54). It's not currently...
**Describe the bug** The `customfields` keys cannot contain a `dot` or the Umarshalling fails: ```yaml= customfields: A.key: "AValue" ``` ```bash 2022/06/16 13:52:55 [ERROR] : Error unmarshalling config : 1 error(s)...
**Motivation** I'm working with [driverkit](https://github.com/falcosecurity/driverkit) and it has the argument `--driverversion`. By default, the value is `dev` but this branch doesn't exists, so the commands fails. ```shell driverkit docker --output-module...
Hi, I guess the same pattern than for 1password may be implemented. Using the CLI : https://bitwarden.com/help/article/cli/ and not querying the API directly. Regards,
Hi, I tested with Firefox (103.0.2 Arch Linux (64 bits)) and Chromium (104.0.5112.79 Arch Linux (64 bits)). It works perfectly with Chromium but in Firefox, the graphs are not "responsive"...
**Motivation** Right now, the default output for Falco is stdout with `basic text` as format. The generated log lines follow this pattern ` `: ``` 14:37:27.505989596: Warning Detected ptrace PTRACE_ATTACH...
**What type of PR is this?** /kind feature **Any specific area of the project related to this PR?** /area config **What this PR does / why we need it**: This...
This issue is there to list the outputs I think might be interested to integrate in Falcosidekick. > **Note** If anyone is interested, please, add a comment and I'll add...
## Feature Request Allow to set a webhook backend for the control plane audit logs. ### Description The k8s control plane can send its audit logs to a specified webhook...