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
- Host: GitHub
- URL: https://github.com/cyb3rward0g/azure-loganalytics-api-clients
- Owner: Cyb3rWard0g
- License: gpl-3.0
- Created: 2020-03-25T16:09:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T23:31:32.000Z (over 2 years ago)
- Last Synced: 2025-03-21T01:34:34.607Z (7 months ago)
- Language: Python
- Size: 899 KB
- Stars: 23
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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