Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Interfaces InterfacesConfig Protocols Protocols Output map[string]outputs.MothershipConfig Shipper publisher.ShipperConfig Procs procs.ProcsConfig RunOptions droppriv.RunOptions Logging logp.Logging Filter map[string]interface{} }
var ConfigSingleton Config
Config Singleton
type Dns ¶
type Dns struct { ProtocolCommon `yaml:",inline"` Include_additionals *bool }
type InterfacesConfig ¶
type Memcache ¶
type Memcache struct { ProtocolCommon `yaml:",inline"` MaxValues int MaxBytesPerValue int UdpTransactionTimeout *int ParseUnknown bool }
type Mongodb ¶
type Mongodb struct { ProtocolCommon `yaml:",inline"` Max_doc_length *int Max_docs *int }
type Mysql ¶
type Mysql struct { ProtocolCommon `yaml:",inline"` Max_row_length *int Max_rows *int }
type Pgsql ¶
type Pgsql struct { ProtocolCommon `yaml:",inline"` Max_row_length *int Max_rows *int }
type ProtocolCommon ¶
type Redis ¶
type Redis struct {
ProtocolCommon `yaml:",inline"`
}
Click to show internal directories.
Click to hide internal directories.