Documentation ¶
Overview ¶
Package beater provides the implementation of the libbeat Beater interface for Winlogbeat. The main event loop is implemented in this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Winlogbeat ¶
type Winlogbeat struct {
// contains filtered or unexported fields
}
Winlogbeat is used to conform to the beat interface
func (*Winlogbeat) Run ¶
func (eb *Winlogbeat) Run(b *beat.Beat) error
Run is used within the beats interface to execute the Winlogbeat workers.
func (*Winlogbeat) Stop ¶
func (eb *Winlogbeat) Stop()
Stop is used to tell the winlogbeat that it should cease executing.
Click to show internal directories.
Click to hide internal directories.