Azure Monitor-Log Analytics
Welcome to the "Azure Log Analytics ":https://azure.microsoft.com/en-us/services/log-analytics/ Feedback page. We appreciate your feedback and look forward to hearing from you. Use this site for new ideas and bug reports or to request help.
NOTE – Log Analytics is now a part of Operations Management Suite. Learn more at http://microsoft.com/OMS
- For general discussion/question and answers (not ideas and bug reports) use the MSDN Forum
- Onboarding issues? Read this troubleshooting guide
- How do I do XYZ? Try our documentation
- Customers with Premier support can log support cases via Premier
- Customers with Azure support agreements can log support cases in the Azure portal
-
Multi tenancy: Collect Azure Health logs from different Azure tenants
We manage Azure tenants for multiple companies. We want one central monitoring and automation Workspace to manage all these different tenants.
Although you can collect data from vm agents in different Azure tenants as well as data from different Office365 tenants it is not possible to get the Azure Health logs from different tenants into one OMS Workspace.506 votesThis functionality is currently available now via Azure Lighthouse, which would allow you to map other tenants workspaces to your current tenant and using cross-workspace query, you can run a query across them.
-
Programmatically submit Search requests and receive matching results
Ability to programmatically access Advisor (e.g. using PowerShell script) to submit Search requests and get receive matching result set from the Advisor service.
[Edited during forum migration October 2014 - the previous comment were mostly asking for REST API, but a set of Powershell cmdlets wrapping the API was also considered convenient by many]
91 votesYou can have a peek preview of this in this Ignite session (1 hour into the presentation) http://channel9.msdn.com/events/Ignite/2015/BRK3500
This is now available – read the blog here http://blogs.technet.com/b/momteam/archive/2015/06/18/oms-log-search-api-documentation-is-here.aspx
API documentation
https://azure.microsoft.com/en-us/documentation/articles/operational-insights-api-log-search/ -
Operational Insights in CSP subscription
Hi,
Currently, there is no possibility to create Operational Inishgts account in the Azure Resource Manager (ARM), which is a problem, if we operate a Cloud Service Provider (CSP) subscription in which our customer would like to have all his Azure resources.
Please provide this functionality.
Thank you in advance!
26 votesLast month we made Operational Insights available for CSP subscriptions.
We now support the following scenarios:
• CSP can create a log analytics workspaces in a tenant subscription
• CSP can access workspaces created by tenants
• CSP and Tenants can use the Azure portal and OMS portal to access tenant workspaces
• CSP and Tenants can use ARM/PowerShell to create and access tenant workspaces -
Add ability to execute runbook automation from OMS Portal
I want to be able to execute runbooks from various places in OMS Portal, for example ability to run patch remediation from updates pane
21 votesIt is now possible to call a runbook from an alert
https://azure.microsoft.com/en-us/documentation/articles/log-analytics-alerts/ -
Allow to create my own Tile bound to a Saved search query and create my own dashboard
Allow to bind a Saved query to a widget/tile and position it on a canvas/grid to compose a dashboard.
This is basically the first step towards custom intelligence packs authoring. Initial scope will allow to create one dashboard and place/bind your 'saved searches' to tiles, so you can have the KPI and information you care most at your fingertip.Examples tiles:
- Number/List of servers which have not reported data for over 24hours
- Number/List of servers with Critical Errors in the last 4 hours
- Host with most CPU utilization
- trends/occurrences of a particular event over time
and…8 votesThis is live on the portal now! Read the blog post http://blogs.technet.com/b/momteam/archive/2014/10/16/custom-dashboard-in-advisor.aspx and try it out!
-
arm and api for creation and managing OMS
We would like to add new OMS Workspaces using arm templates or powershell api.
That way we could fully automate the creation of OMS for our customers.4 votesAzure resource manager template documentation:
https://azure.microsoft.com/en-us/documentation/articles/log-analytics-template-workspace-configuration/PowerShell:
https://azure.microsoft.com/en-us/documentation/articles/log-analytics-powershell-workspace-configuration/Template for agent extension
https://azure.microsoft.com/en-us/documentation/templates/201-oms-extension-ubuntu-vm/
https://azure.microsoft.com/en-us/documentation/templates/201-oms-extension-windows-vm/ -
Direct Data Import
Would love to directly import data into OMS DB
1 voteHave a look at the HTTP Data Collector API
https://azure.microsoft.com/en-us/documentation/articles/log-analytics-data-collector-api/ -
ARM Search API doesn't work in West Europe?
Hi folkks,
when I'm trying to use the Seerarch API against a workspace in West Europe I Always get the following error:
Invoke-WebRequest : {"error":{"code":"NoRegisteredProviderFound","message":"No registered resource provider found for location 'westeurope' and API version '2014-10-10' for type
'workspaces'. The supported api-versions are '2014-10-10, 2014-11-10, 2015-03-20'. The supported locations are 'eastus, westeurope'."}}
Everything works fine against workspace in East-US.
The differences I can think of are:
- workspace location
- wroksapce name, the West Europe one is mnemonic (something like 'my-ws') the east-us ones are guid.Any clue?
0 votesI believe ‘name’ vs ‘guid’ (as shown in the URLs in portal) depends on whether the workspace was initially created thru OMS/OpInsights portal and/or thru Azure, and in which period they were created…
Please use api-version 2015-03-20 or 2014-11-10 when making calls to West Europe. 2014-10-10 is not supported.
- Don't see your idea?