Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigMeta toml.MetaData
Config metadata singleton
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Interfaces InterfacesConfig Protocols map[string]Protocol Output map[string]MothershipConfig Input Input RunOptions RunOptions Procs Procs Agent Agent Logging Logging Passwords Passwords Thrift Thrift Http Http Mysql Mysql Pgsql Pgsql Geoip Geoip Udpjson Udpjson GoBeacon GoBeacon Filter map[string]interface{} }
var ConfigSingleton Config
Config Singleton
type InterfacesConfig ¶
type MothershipConfig ¶
type MothershipConfig struct { Enabled bool Save_topology bool Host string Port int Protocol string Username string Password string Index string Path string Db int Db_topology int Timeout int Reconnect_interval int Filename string Rotate_every_kb int Number_of_files int DataType string Flush_interval int }
type RunOptions ¶
Click to show internal directories.
Click to hide internal directories.