Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶ added in v0.11.8
type Option func(*OsqueryLogAdapter)
func WithKeyValue ¶ added in v0.11.8
type OsqueryLogAdapter ¶
type OsqueryLogAdapter struct {
// contains filtered or unexported fields
}
OsqueryLogAdapater creates an io.Writer implementation useful for attaching to the osquery stdout/stderr
func NewOsqueryLogAdapter ¶ added in v0.11.8
func NewOsqueryLogAdapter(logger kitlog.Logger, opts ...Option) *OsqueryLogAdapter
Click to show internal directories.
Click to hide internal directories.