Documentation ¶
Index ¶
- func InvalidEventError(event string) error
- func InvalidEventExcludeError(event string) error
- func InvalidFilterOptionError(expr string) error
- func InvalidLogOption(opt string) error
- func InvalidSetError(set string) error
- func PrepareCache(cacheSlice []string) (queue.CacheConfig, error)
- func PrepareCapabilities(capsSlice []string) (tracee.CapabilitiesConfig, error)
- func PrepareCapture(captureSlice []string) (tracee.CaptureConfig, error)
- func PrepareContainers(containerFlags []string) (runtime.Sockets, error)
- func PrepareFilterScopes(filtersArr []string) (*filterscope.FilterScopes, error)
- func PrepareLogger(logOptions []string, w io.Writer) (*logger.LoggerConfig, error)
- func PrepareRego(regoSlice []string) (rego.Config, error)
- func PrintAndExitIfHelp(ctx *cli.Context, newBinary bool)
- type OutputConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvalidEventError ¶
func InvalidLogOption ¶ added in v0.11.1
func InvalidSetError ¶
func PrepareCache ¶
func PrepareCache(cacheSlice []string) (queue.CacheConfig, error)
func PrepareCapabilities ¶
func PrepareCapabilities(capsSlice []string) (tracee.CapabilitiesConfig, error)
func PrepareCapture ¶
func PrepareCapture(captureSlice []string) (tracee.CaptureConfig, error)
func PrepareFilterScopes ¶ added in v0.11.0
func PrepareFilterScopes(filtersArr []string) (*filterscope.FilterScopes, error)
func PrepareLogger ¶ added in v0.11.0
func PrintAndExitIfHelp ¶
func PrintAndExitIfHelp(ctx *cli.Context, newBinary bool)
Types ¶
type OutputConfig ¶
type OutputConfig struct { TraceeConfig *tracee.OutputConfig PrinterConfigs []printer.Config LogFile *os.File }
func PrepareOutput ¶
func PrepareOutput(outputSlice []string) (OutputConfig, error)
func TraceeEbpfPrepareOutput ¶ added in v0.12.0
func TraceeEbpfPrepareOutput(outputSlice []string) (OutputConfig, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.