Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditLog ¶
type AuditLog struct {
Timestamp string `faker:"rds_timestamp"`
Serverhost string `faker:"ipv4"`
Username string `faker:"username"`
Host string `faker:"ipv4"`
Connectionid string `faker:"uuid_digit"`
Queryid string `faker:"uuid_digit"`
Operation string `faker:"oneof: CONNECT, QUERY, READ, WRITE, CREATE, ALTER, RENAME, DROP"`
Database string `faker:"domain_name"`
Object string `faker:"username"`
Retcode int64 `faker:"oneof: 0, 1"`
ConnectionType int64 `faker:"oneof: 0, 1, 2, 3, 4, 5"`
}
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.MySQL.Options.AuditPlugin.html
type RDSAudit ¶
type RDSAudit struct {
// contains filtered or unexported fields
}
func (*RDSAudit) NewFakeLogEvent ¶
func (r *RDSAudit) NewFakeLogEvent() (*datasource.LogEvent, error)
func (*RDSAudit) ParseLogEvent ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.