From dc289d1f2c806afd63ce8d7d423db37bf3220932 Mon Sep 17 00:00:00 2001 From: "m.nabokikh" Date: Tue, 1 Aug 2023 17:09:35 +0200 Subject: [PATCH] Add syslogsrv plugin Signed-off-by: m.nabokikh --- registry.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/registry.yaml b/registry.yaml index 5a01140a..20764ed5 100644 --- a/registry.yaml +++ b/registry.yaml @@ -278,6 +278,25 @@ plugins: source: gcp_auditlog extraction: supported: true + - name: syslogsrv + description: Syslog Server Events + authors: Maksim Nabokikh + contact: https://github.com/nabokihms/syslogsrv-falco-plugin/issues + maintainers: + - name: Maksim Nabokikh + keywords: + - log-events + - syslog + url: https://github.com/nabokihms/syslogsrv-falco-plugin/tree/main/plugins/syslogsrv + rules_url: https://github.com/nabokihms/syslogsrv-falco-plugin/tree/main/rules + license: Apache-2.0 + capabilities: + sourcing: + supported: true + id: 13 + source: syslogsrv + extraction: + supported: true - name: test description: This ID is reserved for source plugin development. Any plugin author can use this ID, but authors can expect events from other developers with this ID. After development is complete, the author should request an actual ID reserved: true