Questions tagged [azure-oms]

Use this tag for questions related to Operations Management Suite (OMS) is a collection of cloud-based services for managing your on-premises and cloud environments. This article describes the different on-premises and cloud components of OMS and their high level cloud computing architecture.

The core functionality of OMS is provided by a set of services that run in Azure. Each service provides a specific management function, and you can combine services to achieve different management scenarios.

Log Analytics
Azure Automation
Azure Backup
Azure Site Recovery

Useful Links:

  1. OMS Overview
  2. OMS Architecture
  3. Available Solutions
33 questions
0
votes
1 answer

OMS Alert email shows a max of 10 records in the email body and the link/query to complete result set on the portal

OMS Alert email shows a max of 10 records in the email body and the link to complete result set to visualize on the portal. How do we increase the number of records being shown/sent in email, if possible.
0
votes
1 answer

Azure OMS alert - Send chart as part of OMS alert to email

We can get logs based on OMS query in Azure in table as well as chart form. I would like to generate an OMS alert for the same but share the chart instead of the table result to email. I am exploring Azure and would like to know if it possible to do…
0
votes
2 answers

Is it possible to get the OMS Log Analytics workpace name from the Workspace ID

I have an existing OMS Log Analytics Workspace. The Workspace ID is a guid. This is the only thing I am able to use due to an existing project. Using this guid I need to get hold of the Workspace Name example "myWorkspace" in the arm template. I am…
0
votes
1 answer

Is it possible to filter OMS dashboard on workspace?

I am trying to build dashboards which can be shared accross several Azure OMS workspaces. I want to be able to add a filter on the dashboard in order to select the right workspace. This would avoid to have to build the same dashboard 20 times im…
0
votes
1 answer

getting "Bad Request" error in powershell while transferring the nsg flow log to the storage account in different subscription in azure

I am getting "Bad Request" error while transferring the nsg flow log to the storage account in different subscription. My script is working fine while using the storage account of same subscription. $workspaceResourceId =…
Nitesh Singh
  • 338
  • 3
  • 10
0
votes
1 answer

Azure metric alert dimension operator ARM-Template

I want to exclude a Virtual Machine to an alert rule. I use ARM-Templates to deploy my alerts. The problem is that exclude won't work. "dimensions": [ { "name": "Computer", …
0
votes
1 answer

Log Pipeline Activity to Database after execution

Currently, we are monitoring DataFlow Taks using Visual Link How to implement the log analysis and operations management to get desired Monitor pipeline runs and Monitor activity runs Using ADF- Need Activity Runs information Inserted into a…
0
votes
1 answer

How to set ymin and ymax in a timechart render?

How can I set ymin and ymax in a timechart render? let resourceGroupName = "my-resource-group-name"; let hosts = Heartbeat | where ResourceGroup == resourceGroupName | summarize by Computer; Perf | where ObjectName == "Processor" and CounterName ==…
Renan Araújo
  • 3,533
  • 11
  • 39
  • 49
0
votes
1 answer

Show application gateway probes on Azure Dashboard

In our landscape we've got a couple of web application gateways deployed with probes set-up to back-end services. In the resource panes of the gateways there is the "Backend Health" option that you can use to check the health state of your…
Jasper
  • 1,697
  • 2
  • 23
  • 48
0
votes
1 answer

Azure Log Analytics configured for Application Insights showing performing assessment for very long

I am trying to load the logs from Application Insights to OMS in Microsoft Azure. The issue is arising when I am trying to get this data using Application Insights connector and the OMS portal shows me Performing Assessment continuously. Is it…
0
votes
1 answer

Can we fetch custom logs in Azure OMS

Our Project is a Java Spring boot application, We have a logging system using log4j, Which we are pushing into the Azure Storage accounts. Question: I want to query these custom logs in OMS. (Is it possible) If Yes how. Till now what i have tried…
0
votes
0 answers

OMS and Azure Functions Link

We are trying to connect Azure Functions with OMS. So far, we could not find any direct link with OMS and Azure Function. Is it correct to assume that? One workaround we found is to log Azure Function data to Application Insights and connect the…
0
votes
1 answer

Split custom fields in Power BI

I am getting data from Azure Log Analytics to Power BI using the M Language Query generated directly from the OMS Portal. The issue that, the custom columns are getting loaded into the Power BI in a single column in the below format with the column…
0
votes
2 answers

How can i create an alert in OMS when a windows service is stopped?

I need OMS to trigger an alert when a service is stopped for example the IIS service. Can someone advise the best way to do this? Thanks
itye1970
  • 1,654
  • 7
  • 31
  • 62
0
votes
1 answer

OMS Heartbeat query for when a server is down

How can i set an alert in OMS when a server is powered off or is not available? I have searched on google but the alerts either dont work or too many get sent . I need the alert to be generated as soon as the server goes offline
itye1970
  • 1,654
  • 7
  • 31
  • 62