microsoft / microsoft/AzureTRE
How to trace user activity from TRE logs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Description
We want to analyze TRE logs to understand the actions a user performed — for example:
- “Create Workspace” or “Create VM”
- Navigating into a workspace to view details
In Log Analytics:
- The Requests table captures requests, but does not include user identifiers.
- The Traces table also lacks this context.
I know that Cosmos DB entries store these operations and can be queried through Swagger. Is there a way to obtain user-specific action details directly from TRE logs, or is Cosmos DB currently the only reliable source for this information
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Start with the Log Analytics Requests and Traces tables and the Cosmos DB operations queried through Swagger; document whether user-specific actions can be obtained from TRE logs and identify the reliable source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- observability
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100