Documentation ¶ Index ¶ func New(options *Options, l zerolog.Logger) targets.Target type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(options *Options, l zerolog.Logger) targets.Target New returns a new Target saving the Sigma rules as files into a directory. Types ¶ type Options ¶ type Options struct { // Path is a directory's path into which the rules should be saved. // The directory must exist, files might be overwritten. Path string } Source Files ¶ View all Source files directory.go Click to show internal directories. Click to hide internal directories.