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.
Actions