Documentation
¶
Overview ¶
package osquery implements a runtime for osqueryd.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FleetFlags ¶
FleetFlags is the set of flags to pass to osquery when connecting to Fleet.
func WithDataPath ¶
func WithEnv ¶
WithEnv adds additional environment variables to the osqueryd invocation. Inputs should be in the form "KEY=VAL".
func WithLogPath ¶
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is a specialized runner for osquery. It is designed with Execute and Interrupt functions to be compatible with oklog/run.
Click to show internal directories.
Click to hide internal directories.