Questions tagged [azure-log-analytics]

Use for Azure Monitor Log Analytics questions (was: OMS)

Azure Monitor Log Analytics is a service in Azure that monitors your cloud and on-premises environments to maintain their availability and performance (used to be known as Operations Management Suite - OMS). It collects data generated by resources in your cloud and on-premises environments and from other monitoring tools to provide analysis across multiple sources. This article provides a brief discussion of the value that Log Analytics provides, an overview of how it operates, and links to more detailed content so you can dig further.

1047 questions
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
0
votes
1 answer

OMS Update Management schedule fails with Exception from HRESULT: 0x8024401F

In OMS I created schedule to update Windows Server 2012R2 servers (in Update Managemend solution > Update Deployments) but it looks like this jobs fails every time. In Azure portal > Automation Accounts > "my-automation" > Jobs" there are failed…
kopieczek.dev
  • 706
  • 8
  • 26
0
votes
1 answer

Cannot find any documentation on OMS log searching with dates

I want to search my OMS logs for a specific date range When I do: search * I see there are fields like Timestamp_t which are dates. I wish to search for specific dates or ranges of dates. However I have tried every conceivable syntax I could find…
NibblyPig
  • 51,118
  • 72
  • 200
  • 356
0
votes
0 answers

How can I get the string value of the name of a property in a dynamic type in Azure Log Analytics?

I have a value of type dynamic, the JSON representation of which looks like: { "ReportName": { "Duration": 2347, "RowCount": 1167 } } I would like to extract the string value "ReportName" from this, as I have many rows with a similar structure, but…
Egahn
  • 369
  • 1
  • 4
  • 13
0
votes
1 answer

Getting error while creating Alert rule in Log Analytics in OMS

When I tried to add alert rule using OMS portal - Log analytics. getting below error - Search resulted in an error of type: SyntaxError query is Type=Event EventLevelName=error query is correct still getting above error can any one check…
Neo
  • 15,491
  • 59
  • 215
  • 405
0
votes
1 answer

How to use a filter in subselect

I want to perform a subselect on a related set of data. That subdata needs to be filtered using data from the main query: customEvents | extend envId = tostring(customDimensions.EnvironmentId) | extend organisation =…
Peter Bons
  • 26,826
  • 4
  • 50
  • 74
0
votes
1 answer

Connecting CloudTrail with OMS Log Analytics

Has anyone imported AWS CloudTrail data into OMS Log Analytics before? Since CloudTrail stores its data in S3 buckets, I would have to believe there is a way to do this.
0
votes
2 answers

OMS extension or Windows Diagnostics extension

Can the windows diagnostic do the same as the OMS extension in terms of getting performance counter information and event details? Is there a reason to use the OMS extension over WAD for event/performance information?
0
votes
3 answers

Azure Sync not reflecting changes in on-premises database

I have installed sync agent client on my local machine, and configured the sync between the azure SQL db and on-premises database. In the Azure portal, I have set the sync timing to 5 minutes. and as of now, I am just syncing between one table. In…
0
votes
3 answers

What is a "node" in OMS/Log Analytics?

I am currently evaluating OMS & Log Analytics and the cost is always given as "per node" but I am not really sure what a node is. For example if I have an SQL-Server with 5 databases and I go into the Azure portal and add logging to the OMS…
ThisWillDoIt
  • 380
  • 6
  • 24
0
votes
1 answer

How to Fetch only Azure Computers in OMS Log Analytics search query

I am trying to fetch underutilized computers in Azure. I am trying to use OMS Log Analytics query for this. The query returns the Azure VMs and on-premise servers as well (fetched via SCOM or direct agent). I need to filter the result to get only…
Aman Sharma
  • 1,930
  • 1
  • 17
  • 31
0
votes
1 answer

Connect Azure VMs with the same names to Log Analytics

It is possible to connect Azure VM to Log Analytics via Microsoft Monitoring Agent virtual machine extension (https://learn.microsoft.com/en-us/azure/log-analytics/log-analytics-azure-vm-extension). But the data received in Log Analytics has nothing…
0
votes
0 answers

Automate Azure log retrieval

I have azure portal. I do manual steps each time. Getting event logs: Click on Cloud Services Click on “abc123” Click on “CONFIGURE” Click on Remote in the bottom status bar In the Role Drop Down select “” Check the enable desktop for this…
0
votes
1 answer

How can I view Azure logfiles when running locally?

I'd like to view the logfile from an Azure worker role which uses this: RoleManager.WriteToLog("Information", "Worker Process entry point called.") I'm running in the local development fabric. Where will the above output be sent? EDIT: I just now…
royco
  • 5,409
  • 13
  • 60
  • 84
0
votes
2 answers

RoleManager.WriteToLog in Azure Development Fabric

I'm just taking my first steps with Azure and the first thing I see in the development fabric is a bunch of console style logging windows. So I figure that's going to be handy and decide to figure out how to write stuff there and stumble upon…
Brad Robinson
  • 44,114
  • 19
  • 59
  • 88