Stream: implementers
Topic: Client System Usage Logging
Kenneth Chapple (May 05 2016 at 14:19):
For clients who want to send meta data about system usage/activity like OS, OS Version, Browser, Browser version, etc. Would that be best submitted using an AuditEvent?
Lloyd McKenzie (May 05 2016 at 19:50):
Could be captured using AuditEvent or Provenance. If you want to capture reads as well as writes, then AuditEvent will make the most sense. If you're wanting to capture the chain of software used in a create or update, then Provenance is appropriate.
Kenneth Chapple (May 06 2016 at 14:37):
Basically, every event (every http request from client,) so I think AuditEvent would be more appropriate. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC