Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/easonlai/log_analytics_with_databricks

Azure Databricks notebook sample to connect Blob Storage of Azure Log Analytics
https://github.com/easonlai/log_analytics_with_databricks

azure azure-databricks azure-log-analytics azure-storage blob-storage data-analysis-python data-analytics data-wrangling databricks pyspark pyspark-notebook spark

Last synced: about 1 month ago
JSON representation

Azure Databricks notebook sample to connect Blob Storage of Azure Log Analytics

Awesome Lists containing this project

README

        

# Azure Databricks notebook sample to connect Blob Storage of Azure Log Analytics

Notebook sample to connect Azure Blob Storage from [Azure Databricks](https://docs.microsoft.com/en-us/azure/databricks/scenarios/what-is-azure-databricks) and perform logs data analytics. Logs data are collected from [Azure Log Analytics](https://docs.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-overview) which collected from various services being monitor by [Azure Monitor](https://docs.microsoft.com/en-us/azure/azure-monitor/overview), e.g. Container log from [AKS](https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes), etc...

Contents
* Log_Analytics_Git.ipynb <-- Notebook sample from Azure Databricks.
* Log_Analytics_Git.html <-- HTML Export of Notebook sample from Azure Databricks.

More details from Stories in Medium
* [(Part 1) Application Logging of Java Spring Boot Containerized App in AKS](https://medium.com/geekculture/application-logging-of-java-spring-boot-containerized-app-in-aks-a7dc72959fb7)
* [(Part 2) Using Azure Databricks to Analyze Application Logs from Log Analytics (Container Insight)](https://easonlai888.medium.com/using-azure-databricks-to-analyze-application-logs-from-log-analytics-container-insight-75c102bde8bd)