Directories ¶
Path | Synopsis |
---|---|
benchmarks
|
|
async
Module
|
|
examples
|
|
custom
Module
|
|
extractor
Module
|
|
full
Module
|
|
source
Module
|
|
pkg
|
|
sdk
Package sdk provides definitions and constructs for developers that would like to write Falcosecurity Plugins (https://falco.org/docs/plugins/) in Go.
|
Package sdk provides definitions and constructs for developers that would like to write Falcosecurity Plugins (https://falco.org/docs/plugins/) in Go. |
sdk/internal/hooks
Package hooks contains a set of hooks to be used internally in the SDK.
|
Package hooks contains a set of hooks to be used internally in the SDK. |
sdk/plugins
Package plugins and its subpackages provide high-level constructs to easily develop plugins, abstracting all the low-level details of the plugin framework.
|
Package plugins and its subpackages provide high-level constructs to easily develop plugins, abstracting all the low-level details of the plugin framework. |
sdk/plugins/extractor
Package extractor provides high-level constructs to easily build plugins with field extraction capability.
|
Package extractor provides high-level constructs to easily build plugins with field extraction capability. |
sdk/plugins/source
Package source provides high-level constructs to easily build plugins with event sourcing capability.
|
Package source provides high-level constructs to easily build plugins with event sourcing capability. |
sdk/symbols
Package symbols provides prebuilt implementations for all the C symbols required to develop plugins as for the definitions of plugin_types.h.
|
Package symbols provides prebuilt implementations for all the C symbols required to develop plugins as for the definitions of plugin_types.h. |
sdk/symbols/evtstr
This package exports the following C function: - char* plugin_event_to_string(ss_plugin_t *s, const ss_plugin_event *evt)
|
This package exports the following C function: - char* plugin_event_to_string(ss_plugin_t *s, const ss_plugin_event *evt) |
sdk/symbols/extract
This package exports the following C function: - ss_plugin_rc plugin_extract_fields(ss_plugin_t *s, const ss_plugin_event *evt, uint32_t num_fields, ss_plugin_extract_field *fields)
|
This package exports the following C function: - ss_plugin_rc plugin_extract_fields(ss_plugin_t *s, const ss_plugin_event *evt, uint32_t num_fields, ss_plugin_extract_field *fields) |
sdk/symbols/fields
This package exports the following C function: - char* plugin_get_fields()
|
This package exports the following C function: - char* plugin_get_fields() |
sdk/symbols/info
This package exports a set of C functions that provide general information about the plugin.
|
This package exports a set of C functions that provide general information about the plugin. |
sdk/symbols/initialize
This package exports the following C functions: - ss_plugin_t* plugin_init(char* config, int32_t* rc) - void* plugin_destroy(ss_plugin_t* s)
|
This package exports the following C functions: - ss_plugin_t* plugin_init(char* config, int32_t* rc) - void* plugin_destroy(ss_plugin_t* s) |
sdk/symbols/initschema
This package exports the following C function: - const char* get_init_schema(ss_plugin_schema_type* schema_type)
|
This package exports the following C function: - const char* get_init_schema(ss_plugin_schema_type* schema_type) |
sdk/symbols/lasterr
This package exports the following C function: - char* plugin_get_last_error(ss_plugin_t* s)
|
This package exports the following C function: - char* plugin_get_last_error(ss_plugin_t* s) |
sdk/symbols/listopen
This package exports the following C function: - char* plugin_list_open_params()
|
This package exports the following C function: - char* plugin_list_open_params() |
sdk/symbols/nextbatch
This package exports the following C function: - ss_plugin_rc plugin_next_batch(ss_plugin_t* s, ss_instance_t* h, uint32_t *nevts, ss_plugin_event ***evts)
|
This package exports the following C function: - ss_plugin_rc plugin_next_batch(ss_plugin_t* s, ss_instance_t* h, uint32_t *nevts, ss_plugin_event ***evts) |
sdk/symbols/open
This package exports the following C functions: - ss_instance_t* plugin_open(ss_plugin_t* s, char* params, ss_plugin_rc* rc) - void plugin_close(ss_plugin_t* s, ss_instance_t* h)
|
This package exports the following C functions: - ss_instance_t* plugin_open(ss_plugin_t* s, char* params, ss_plugin_rc* rc) - void plugin_close(ss_plugin_t* s, ss_instance_t* h) |
sdk/symbols/progress
This package exports the following C function: - char* plugin_get_progress(ss_plugin_t* s, ss_instance_t* h, uint32_t* progress_pct)
|
This package exports the following C function: - char* plugin_get_progress(ss_plugin_t* s, ss_instance_t* h, uint32_t* progress_pct) |
Click to show internal directories.
Click to hide internal directories.