Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Collectbeat ¶
type Collectbeat struct {
// contains filtered or unexported fields
}
Collectbeat implements the Beater interface.
func (*Collectbeat) Stop ¶
func (bt *Collectbeat) Stop()
Stop signals to Collectbeat that it should stop. It closes the "done" channel and closes the publisher client associated with each Module.
Stop should only be called a single time. Calling it more than once may result in undefined behavior.
Click to show internal directories.
Click to hide internal directories.