Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syslog parsing of audit logs. #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

syslog parsing of audit logs. #9

wants to merge 3 commits into from

Conversation

Lenny-hos-stofa
Copy link

If the MySQL Audit is outputting to syslog, the logfile will also contain a header with:

  • extra timestamp
  • syslog hostname
  • syslog identifier

This new version of the mysqlaudit parser is able to handle this header. Also the hostname is imported into clickhouse, which is a benefit if you receive audit log from several database servers.
Please note there is a new column (dbserver) added to the mysql_audit_logs schema.

Lenny-hos-stofa and others added 3 commits September 9, 2019 19:32
A new function added to mysqlaudit parser, so it will be able to parse syslog headers
Typo fixed in Markdown syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants