[MXS-498] Add user to QLA output Created: 2015-12-04 Updated: 2016-01-25 Resolved: 2016-01-25 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | qlafilter |
| Affects Version/s: | None |
| Fix Version/s: | 1.4.0 |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Chris | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I am attempting to use MaxScale to audit queries that are ran on an Adhoc basis by our users. It would be very helpful to have either the output file from the user session include the mysql.user or for it to be in text in the log file. Thanks! |
| Comments |
| Comment by markus makela [ 2015-12-04 ] |
|
Should be easy to implement as the user is already retrieved for matching purposes and the hostname is retrievable from the DCB. |
| Comment by markus makela [ 2016-01-25 ] |
|
Added user@IP to the QLA output. |