Skip to content

A few scripts I put together to send and receive data from an Azure Log Analytics workspace leveraging the Azure Monitor HTTP Data Collector API

License

Notifications You must be signed in to change notification settings

Cyb3rWard0g/azure-loganalytics-api-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Log Analytics API Clients

A few scripts I put together to send and receive data from an Azure Log Analytics workspace leveraging the Azure Monitor HTTP Data Collector API

Getting Started

Python

  1. Install Python 3.8.
  2. Install required packages.
    • pip install -r requirements.txt
  3. Execute the script to ingest logs to LA Workspace.
    • python3 ala-python-data-producer.py -w <WorkspaceID> -k <SharedKey> -l "onesample" -f <JSON dataset> -v

To-Do

  • Python Data Consumer
  • Powershell Data Consumer
  • C# Data Producer and Consumer

About

A few scripts I put together to send and receive data from an Azure Log Analytics workspace leveraging the Azure Monitor HTTP Data Collector API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published