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