Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ POC - Export data from Log Analytics to Azure Blob Storage for dev env #690

Closed
3 tasks done
Tracked by #678
AttackOnMorty opened this issue Apr 23, 2024 · 2 comments
Closed
3 tasks done
Tracked by #678
Assignees
Labels
Type: Feature A suggested idea for this project

Comments

@AttackOnMorty
Copy link
Member

AttackOnMorty commented Apr 23, 2024

Cc: @jimmidier @divgul @matt-goldman @piers-sinclair @adamcogan @william-liebenberg

Prerequisite:

Pain

Investigate how easy to Export data from Log Analytics to Azure Blob Storage. If it's easy, we will directly build Power BI reports from Azure Blob Storage (We were planing to build reports from App Insights)

Tasks

Tasks

Acceptance Criteria

  • Meets Definition of Done
  • Can see the custom matrix in Azure Blob Storage
  • Know what fields to query in Power BI reports

More Information

Doc: https://learn.microsoft.com/en-us/azure/azure-monitor/logs/logs-data-export?tabs=portal

Thanks!

@AttackOnMorty AttackOnMorty changed the title POC - Export data from Log Log Analytics to Azure Blob Storage POC - Export data from Log Analytics to Azure Blob Storage Apr 23, 2024
@AttackOnMorty AttackOnMorty self-assigned this Apr 23, 2024
@AttackOnMorty AttackOnMorty added the Type: Feature A suggested idea for this project label Apr 23, 2024
@AttackOnMorty AttackOnMorty changed the title POC - Export data from Log Analytics to Azure Blob Storage ✨ POC - Export data from Log Analytics to Azure Blob Storage Apr 23, 2024
@AttackOnMorty
Copy link
Member Author

✅ Done - Exported Dev App Insights to the Azure Blob Storage. Data is stored in am-appevents.

Also did some investigation on current Workbooks reports. This can give us some reference on which fields to query for building Power BI reports.

The data source comes from customEvents with name equals LuisResult.

The detailed fields are listed below (The fields in brackets are corresponding fields in Blob Storage):

  • timestamp (TimeGenerated)
  • name (Name)
  • customDimensions.intent (Properties.intent)
  • user_AccountId (UserAccountId)

@AttackOnMorty AttackOnMorty changed the title ✨ POC - Export data from Log Analytics to Azure Blob Storage ✨ POC - Export data from Log Analytics to Azure Blob Storage for dev env May 3, 2024
@AttackOnMorty
Copy link
Member Author

Note: SSWSophieBotDev App Insights is moved to log-sswsophiebot workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature A suggested idea for this project
Projects
None yet
Development

No branches or pull requests

1 participant