Microsoft Azure LogAnalytics

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List 

Microsoft Azure LogAnalytics

Log Analytics is a tool in the Azure portal to edit and run log queries from data collected by Azure Monitor Logs and interactively analyze their results. Log Analytic queries can be used to retrieve records matching particular criteria, identify trends, analyze patterns, and provide a variety of insights into the data.

 

This connector sends a single query to the Microsoft LogAnalytics REST endpoint. There are some known limitations imposed by the API:

 

1.Queries cannot return more than 500,000 rows.

2.Queries cannot return more than 64,000,000 bytes (~61 MB total data).

3.Queries cannot run longer than 10 minutes by default.
If you encounter those limits, you should consider fetching data alphabetically or in smaller time intervals. Besides, this connector supports only a single table. Make sure that your query returns only one table, or else you will encounter an error. Microsoft provides a demo workspace. It is probably not compatible with this connector because it has a different type of authentication than the production API.