Forum Discussion
How to access kusto logs from a different service
Hi,
You have many options to integrate the Log data into other systems:
1. You can use the Azure Monitor Logs in Logic Apps to build workflows
2. You can use PowerShell to write scripts: https://docs.microsoft.com/en-us/powershell/module/az.operationalinsights/invoke-azoperationalinsightsquery
3. You can use any REST client as explained here: https://dev.loganalytics.io/
Thanks
Meir
Thanks for the response. What I would like to do is, run Logs (Analytics) Kusto queries in Application Insights from different service remotely. The details you provided was for Operational insights. I just realised that both are different.
Can you please let me know if there is a way to run Log Analytics Kusto queries from remote
Please find the attached screenshot. I would like to run a query which is shown in the screenshot from remote service.
- Meir_MendelovichAug 12, 2019
Microsoft
Hi,
Application Insights are very similar to Log Analytics. Here is the API documentation: https://dev.applicationinsights.io/
Thanks,
Meir