Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultRegistryFile = "registry" DefaultCloseOlder time.Duration = 1 * time.Hour DefaultSpoolSize uint64 = 2048 DefaultIdleTimeout time.Duration = 5 * time.Second DefaultHarvesterBufferSize int = 16 << 10 // 16384 DefaultInputType = "log" DefaultDocumentType = "log" DefaultTailFiles = false DefaultBackoff = 1 * time.Second DefaultBackoffFactor = 2 DefaultMaxBackoff = 10 * time.Second DefaultForceCloseFiles = false DefaultMaxBytes = 10 * (1 << 20) // 10MB )
Defaults for config variables which are not set
View Source
const ( LogInputType = "log" StdinInputType = "stdin" )
Variables ¶
View Source
var ValidInputType = map[string]struct{}{ StdinInputType: {}, LogInputType: {}, }
List of valid input types
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Filebeat FilebeatConfig
}
func (*Config) FetchConfigs ¶
func (config *Config) FetchConfigs()
Fetches and merges all config files given by configDir. All are put into one config object
type FilebeatConfig ¶
Click to show internal directories.
Click to hide internal directories.