-
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
> /kind bug
> /kind enhancement
/kind bug
**What happened**:
I add a `servicemonitor`…
-
Currently, if your falco rule output is fairly long, each slack alert by falcosidekick will spit out a really ugly json blob (even though that information is already captured in the slack event right …
-
Hi all,
How can i add colors to falco json output to slack notification? I can't find some examples for this.
-
Hello,
I noticed a repo name error on the wiki; it doesn't seem to have PRs enabled, so I cloned it and am submitting this patch via Issues.
Thanks
```
diff --git a/Falco-Kernel-Module.md b/Fa…
-
Hi there,
I am trying to use Falco to collect "execve" system call and writing them into the log file. I have set the following values:
outputs:
max_burst: 1000
rate: 10
However, I can …
-
so it will check for updates to itself as part of a render
-
I would like to be able to run a coroutine which uses an async_read_some result as a data source. Something like:
```
std::string read_msg;
std::size_t n = co_await socket.async_read_some(boost::…
-
I'm running Falco (latest from 3 weeks ago) as a daemonset in one of our staging environments in GKE (1.11.6-gke.6). It's a pool of around 20 nodes using Ubuntu. I'm using BPF probe.
I'm experienci…
-
Hi, I am testing [falco daemonset](https://github.com/falcosecurity/falco/tree/dev/integrations/k8s-using-daemonset/k8s-with-rbac) on our GKE cluster in GCP, it works great except that after a week of…
-
https://github.com/falcosecurity/falco/pull/410 introduced a regression, where when using json output the output field of the json object itself would become json, after the first alert. For example:
…