Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mysqlbeat MysqlbeatConfig
}
type MysqlbeatConfig ¶
type MysqlbeatConfig struct { Period string `yaml:"period"` Hostname string `yaml:"hostname"` Port string `yaml:"port"` Username string `yaml:"username"` Password string `yaml:"password"` EncryptedPassword string `yaml:"encryptedpassword"` Queries []string `yaml:"queries"` QueryTypes []string `yaml:"querytypes"` DeltaWildcard string `yaml:"deltawildcard"` DeltaKeyWildcard string `yaml:"deltakeywildcard"` }
Click to show internal directories.
Click to hide internal directories.