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

https://github.com/cyb3rward0g/azure-loganalytics-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
https://github.com/cyb3rward0g/azure-loganalytics-api-clients

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.
1. Install required packages.
* `pip install -r requirements.txt`
2. Execute the script to ingest logs to LA Workspace.
* `python3 ala-python-data-producer.py -w -k -l "onesample" -f -v`

# To-Do

* [ ] Python Data Consumer
* [ ] Powershell Data Consumer
* [ ] C# Data Producer and Consumer