Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Identifier ¶
Identifier returns a string that uniquely identifies a source
Types ¶
type Config ¶
type Config struct { ChannelPath string Query string // See LogsConfig.ShouldProcessRawMessage() comment. ProcessRawMessage bool }
Config is a event log tailer configuration
type Tailer ¶
type Tailer struct {
// contains filtered or unexported fields
}
Tailer collects logs from Windows Event Log using a pull subscription
func NewTailer ¶
func NewTailer(evtapi evtapi.API, source *sources.LogSource, config *Config, outputChan chan *message.Message) *Tailer
NewTailer returns a new tailer.
func (*Tailer) Identifier ¶
Identifier returns a string that uniquely identifies a source
Click to show internal directories.
Click to hide internal directories.