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
3
votes
0 answers

OMS custom logs from AKS container

My company are starting to use AKS for their apps, and obviously one of the goals is to grab the logs from the app, send it to OMS and make it searchable. I have installed the OMS agent that comes with the AKS health monitoring 'tick box', which…
Beefcake
  • 733
  • 2
  • 12
  • 37
3
votes
1 answer

Install extension on both Classic and ARM VMs with single PowerShell command

I have a script that installs OMS extensions to all ARM VMs in the subscription. The problem is that I have subscriptions that contain only ARM VMs, subscriptions that contain only Classic VMs, and subscription that have both types of VMs. How can I…
WinBoss
  • 879
  • 1
  • 17
  • 40
2
votes
1 answer

How to monitor a Windows Service on an Azure VM?

I have a windows service running on a Azure VM availability set. What is the best way to instrument monitoring for this service utilizing any of the Azure monitoring solutions?
2
votes
1 answer

terraform azure OMS VM extension

I am trying to add OMS VM extension to a linux machine but its just going for an endless wait during deployment.No errors while running terraform plan. I am using the following piece of code along with VM creation code in terraform.Any clue whats…
johnpaul
  • 21
  • 1
  • 4
1
vote
1 answer

What is the name of the Agent to connect a Linux server to Azure Log Analytics Workspace?

I have the need to send my logs to Azure for my custom product. The users of my product can decide what to do (if anything) with these logs. I created a Log Analytics Workspace in the Azure Console. To add a Linux server, I clicked on Advanced…
plex4r
  • 243
  • 1
  • 2
  • 15
1
vote
1 answer

Problem seeing custom application log in Azure Log Analytics

I have an Azure Linux VM running a custom product. I want to upload the logs to Azure. At this point I just want to save the logs in Azure, but at a later date I will possibly scan the logs for errors, generate notifications, scan for metrics, or…
1
vote
1 answer

Azure OMS vs Azure Monitor 2018

There is a new "Azure Monitor" feature available where all sorts of monitoring(logs,scripting,alerts,etc) can be performed. This was released in September 2018. If I understand correctly, prior to this Azure Operations Management Suite (OMS) helped…
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112
1
vote
1 answer

Unable to install the DependencyAgent Azure VM extension

I have an environment with about a dozen VMs each of which has the Microsoft Monitoring Agent reporting to a central OMS Workspace. In addition, these VMs have the DependencyAgent installed. Five of the VMs have the DependencyAgent extension…
Andy T
  • 10,223
  • 5
  • 53
  • 95
1
vote
1 answer

Is it possbile to monitor Cosmos metrics from OMS and setup alerts

In Metric section of Cosmos we have Number of requests, Max Consumed RU/s per partition Key by collection. How to I send this to OMS so that I can have a nice consolidated dashboard and set altering system
kumar
  • 8,207
  • 20
  • 85
  • 176
1
vote
1 answer

Azure Log analytics to query based on dates

I want to query a table in log analytics , to fetch count of records in last hour for today's date and to compare the count that fetched on same hour on the previous week (7 days before) on the same day. I am not sure that below query helps me.…
vinoth
  • 305
  • 2
  • 9
1
vote
1 answer

Azure Custom Logs general availability date

As per OMS portal Azure Custom logs are in preview mode. I am not able to find any link, providing an expected date of general availability. Can neone help me with that ?? Also I am not able to find any link providing information on how to activate…
BlindSniper
  • 1,731
  • 3
  • 16
  • 30
1
vote
2 answers

How to retrieve azure oms workspace id and key?

Is there a way to retrieve the oms workspace ID and Key in Azure via the az cli or azure powershell? I am deploying k8s clusters (in Azure) and automatically want to deploy the oms container agent via helm. I need a workspace ID and key for that and…
bramvdk
  • 1,347
  • 4
  • 21
  • 31
1
vote
1 answer

How to see failed requests post parameters at Azure api management?

We are debugging our systems to see failed azure posts and want to learn why they failed in the first place. The AzureMetric and Azure diagnostics are not helping when we are running the query over OMS. Where do we see which values made us fail…
Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47
1
vote
1 answer

MS Azure lab missing some information

In Experience D - Working with a Service Map of the official Azure lab titled Introducing Azure Management Solutions they are asking to follow the following steps. But, as shown in the image below, I'm not getting ServiceMap(SWMIAAS-OMS): in the…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
2 answers

I was able to push logs from local machine to AI in azure using telemetry service. How do I push the same from AI to OMS in azure?

I want to visualize logs in OMS(Log analytics workspace). I was able to push logs from local machine to AI in azure using the telemetry configuration. Ho do I push the same from AI to OMS(Log analytics workspace) in azure. (AI - azure application…
1
2 3