Open kevinschaper opened 9 months ago
Dear @amc-corey-cox - because we were thinking about this earlier today, I'd like to ping here and remind you of this ticket. Do you think we can make this a reality for this release cycle? Thanks! 🌷
Some tools to look at:
Tableau, Domo, Hotjar
The v3 stack is currently exporting access log requests to cloud logging, but we aren't yet capturing and saving them. We need a job that will extract these log entries, maybe keeping the original json and additionally making a simple tsv.
Here is an example of a request log entry from nginx:
Here's another from the the API:
That we have rotating hostnames might turn out to make this challenging. I'm not worried about differentiating "beta" access from "production" access, but we will need to sort out pulling logs from any VM that matches a pattern.
Since we have request logs for both the UI and the API, it makes sense to capture both, but in separate files.