Refactor #23610
Log 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.
Related issues
Associated revisions
History
#1
Updated by Lukas Zapletal almost 5 years ago
- Related to Feature #6752: Audit Log File added
#2
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5570 added
#3
Updated by Marek Hulán over 4 years ago
- Triaged set to No
- Target version set to 1.20.0
- Fixed in Releases 1.20.0 added
#4
Updated by Lukas Zapletal over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 37f0a1d8437bf8333b28410a8cabdc817ec117f4.
Fixes #23610,#23417 - audit changes per column (#5570)