Actions
Refactor #23610
closedLog audits per changed column
Description
Current implementation sends whole hash into audit structured log which is search unfriendly. In logging dashboard (e.g. Kibana) you want to be able to index and search records, e.g. "give me all update changes on Subnet resource performed by User ID 1" or "find who set column named Description to 'You have been hacked'" and similar. This is not possible in the current design.
Updated by Lukas Zapletal over 6 years ago
- Related to Feature #6752: Audit Log File added
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5570 added
Updated by Marek Hulán over 6 years ago
- Target version set to 1.20.0
- Triaged set to No
- Fixed in Releases 1.20.0 added
Updated by Lukas Zapletal over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 37f0a1d8437bf8333b28410a8cabdc817ec117f4.
Actions