I have setup log analytics for Azure Key vault and can find the user IPs through this query.
AzureDiagnostics
| summarize count() by CallerIPAddress
But how can I find the activities done by a user(with a username), including the secrets/keys viewed?