Forwarding Canvas Activity Logs Externally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Wondering if anyone would be willing to share how they might be forwarding Canvas activity logs to an external logging system (Splunk or syslog)? More specifically, how you are getting analytics out externally to see student activity logs of assignment submissions, authentication, etc. Thanks!
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
We forward data from Canvas Live Events into Splunk using an SQS Queue and Lambda Function running in AWS. You can see a public version of the code that we use to do this here: https://github.com/Harvard-University-iCommons/canvas-live-events-splunk
This gets activity data into Splunk in near real time.
--Colin
AWS SAM app to create a bridge between Canvas Live Events and Splunk using SQS and Lambda. This is an open-source version of the canvas-streaming-data-handler repository that's used by Harvard. - Harvard-University-iCommons/canvas-live-events-splunk