|
|
|
@ -282,7 +282,7 @@ type Config struct {
|
|
|
|
|
VersionPrerelease *string `mapstructure:"version_prerelease"`
|
|
|
|
|
|
|
|
|
|
// Enterprise Only
|
|
|
|
|
Audit *Audit `mapstructure:"audit"`
|
|
|
|
|
Audit Audit `mapstructure:"audit"`
|
|
|
|
|
// Enterprise Only
|
|
|
|
|
ReadReplica *bool `mapstructure:"read_replica" alias:"non_voting_server"`
|
|
|
|
|
// Enterprise Only
|
|
|
|
@ -761,7 +761,6 @@ type Audit struct {
|
|
|
|
|
|
|
|
|
|
// AuditSink can be provided multiple times to define pipelines for auditing
|
|
|
|
|
type AuditSink struct {
|
|
|
|
|
Name *string `mapstructure:"name"`
|
|
|
|
|
Type *string `mapstructure:"type"`
|
|
|
|
|
Format *string `mapstructure:"format"`
|
|
|
|
|
Path *string `mapstructure:"path"`
|
|
|
|
|