Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Enable audit_plugin #89

@penrod

Description

@penrod

I have a requirement to run audit logs to syslog. I can enable the audit_plugin by adding these lines to /etc/mysql/my.cnf and restarting the mysql monit jobs:

Audit Plugin options

plugin-load = server_audit=server_audit.so
server_audit_events = connect,query
server_audit_output_type = syslog
server_audit_logging = ON

I don't see a way to add these values into the deployment manifest. Can a trigger be set (if server_audit) to enable the plugin and look for the remaining values in the manifest?

cf_mysql.mysql.server_audit_events
cf_mysql.mysql.server_audit_output_type
cf_mysql.mysql.server_audit_logging

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions