Forwarding Canvas Activity Logs Externally

Jump to solution
morgan_j
Community Participant

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!

 

Labels (1)
0 Likes
1 Solution
ColinMurtaugh
Community Champion

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

View solution in original post