- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to audit user activity on a dashboard?
matstap
Communicator
02-08-2018
11:39 AM
I built a CRUD dashboard for a KVstore. I would like to capture the search used whenever a user makes a change to the KVstore using this dashboard.
Any ideas on how to do this?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
elliotproebstel
Champion
02-08-2018
11:51 AM
When we had a similar business need, we integrated automated summary indexing into the dashboard - so all changes were stored in a dedicated index at the same time as the kv store updates were made.
