From dd316ea920f80db87911ecd5b6f543089f29d16b Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Tue, 14 Jan 2025 10:51:44 +0100 Subject: [PATCH] fix(content): section header Signed-off-by: Leonardo Grasso --- content/en/docs/concepts/event-sources/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/concepts/event-sources/_index.md b/content/en/docs/concepts/event-sources/_index.md index d9a0e2fcc..dd391e92f 100644 --- a/content/en/docs/concepts/event-sources/_index.md +++ b/content/en/docs/concepts/event-sources/_index.md @@ -54,6 +54,7 @@ This example enables only the `syscall` and `k8s_audit` sources. The `syscall` s {{% pageinfo color=info %}} The `k8s_audit` source is also available through different plugins: `k8saudit`, `k8saudit-aks`, `k8saudit-eks`, `k8saudit-gke` and `k8suadit-ovh`, choose the one fitting your environment. They all share the same set of rules. {{% /pageinfo %}} + ### Using `--disable-source` Disables specific event sources while keeping others active. This is useful if you want to prevent Falco from consuming events from certain sources.