The highest tagged major version is
v6 .
Discover Packages
gopkg.in/elastic/beats.v1
filebeat
beat
package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Sep 14, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types type Filebeat type Spooler New() (fb) Cleanup(b) (fb) Config(b) (fb) Run(b) (fb) Setup(b) (fb) Stop() NewSpooler(filebeat) (spooler) Config() (s) Run() (s) Stop()
Documentation
¶
Beater object. Contains all objects needed to run the beat
Config setups up the filebeat configuration by fetch all additional config files
Stop is called on exit for cleanup
Run runs the spooler
It heartbeats periodically. If the last flush was longer than
'IdleTimeoutDuration' time ago, then we'll force a flush to prevent us from
holding on to spooled events for too long.
Stop stops the spooler. Flushes events before stopping
Source Files
¶
Click to show internal directories.
Click to hide internal directories.