/plugins

Primary LanguageGoApache License 2.0Apache-2.0

falcosecurity/plugins

Status: Under development

Note: The plugin system is a new feature and is still under active development. You can find more detail in the original proposal document. Since this feature has not yet been released in Falco, consider it as experimental at the moment.

This repository contains several reference plugins that extend the functionality of Falco: The dummy and dummy_c plugins are used in the developer's guide to walk through how to write a plugin.

When ready to release your plugin, make sure to register the plugin with the Falcosecurity organization by creating a PR to modify the PLUGINS-REGISTRY.md file with details on the new plugin. This ensures that a given ID is used by exactly one source plugin, and allows source plugin authors and extractor plugin authors to coordinate about event source formats.