Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filebeat ¶
type Filebeat struct {
FbConfig *cfg.Config
Spooler *Spooler
// contains filtered or unexported fields
}
Beater object. Contains all objects needed to run the beat
func (*Filebeat) Config ¶
Config setups up the filebeat configuration by fetch all additional config files
type Spooler ¶
type Spooler struct {
Filebeat *Filebeat
Channel chan *input.FileEvent
// contains filtered or unexported fields
}
Source Files
¶
- filebeat.go
- publish.go
- spooler.go
Click to show internal directories.
Click to hide internal directories.