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
2 answers

How to fetch data from OMS workspace

I read the documentation yesterday and done some coding with python to fetch data in the following way. It's working fine. import logging as log import adal import requests import json import datetime from pprint import pprint # Details of…
Sachin Aryal
  • 781
  • 14
  • 36
0
votes
2 answers

Custom properties data is not transferred from application insight to oms through application insight connector

Application insight connector in oms is not pulling custom properties that were logged in application insight. I have application where i write additional request specific context data in custom properties when calling trace, error, warning…
0
votes
3 answers

Log Analtyics - How to use "inverted commas" within search query

I am trying to create a search query for when a Public IP is assigned to a NIC, and then create an alert off that. I can find the part which identifies the assignment, but I need to use "inverted commas" within my search, but I can't... My…
Beefcake
  • 733
  • 2
  • 12
  • 37
1 2
3