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
-1
votes
1 answer

Azure - What are differences between Diagnostic Log vs Activity Log

Function: What is difference between diagnostic log and activity log? When to use which? Sources: DL can be emitted by any kind of IaaS or PaaS resources/sub-resources after we configure from the Azure portal blade. While AL is for all resources as…
Rajesh Swarnkar
  • 601
  • 1
  • 6
  • 18
-1
votes
1 answer

The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing on adding logs to Log Analytics

I have the following code to add logs to log analytics: private static readonly HttpClient httpClient = MakeClient(); private static HttpClient MakeClient() { var client = new HttpClient(); client.DefaultRequestHeaders.Add("Log-Type",…
user989988
  • 3,006
  • 7
  • 44
  • 91
-1
votes
2 answers

KQL - Query Usage Time

i have a Question about a Query in KQL. I would like to use a Time at the KQL Query who only shows me the Results between 08:00 and 17:00 Time. How can i build these at the KQL Query? Im only find the DateTime Variable but i need only the…
Phil
  • 5
  • 4
-1
votes
1 answer

How to programatically create functions for Log Analytics Workspace

The Functions in Azure Monitor log queries doc explains how to create functions in Log Analytics workspace manually, but doesn't explain how to do it automatically. What is the recommended way of doing it? I tried to use .create-or-alter function…
-1
votes
1 answer

Is it possible to create alert to the moogsoft from condition on sql table column value

Is it possible to create alert to the moogsoft from condition on sql table column value
-1
votes
1 answer

VM availibilty report in azure

Azure availability report is based on the number of heartbeat alert generated in log analytics workspace. Therefore, low availability in the report doesn't really mean that a VM was unavailable due to issues in a given month. It could be different…
Surbhi Gupta
  • 21
  • 1
  • 1
  • 2
-1
votes
1 answer

Azure Monitor issue with on prem

I have installed azure monitoring agent on my on prem windows server but i am not getting ram and cpu utilization on log Analytics dashboard .I have researched on it but didnt find any solution ? is it good to install azure monitoring agent on on…
-1
votes
1 answer

Databricks load file from path which contains equals (=) sign

I'm looking to export Azure Monitor data from Log Analytics to a storage account and the read the JSON files into Databricks using PySpark. The blob path for the Log Analytics export contains an equals (=) sign and Databricks throws and exception…
Lymedo
  • 576
  • 9
  • 21
-1
votes
1 answer

Kusto: Status time calculation

I am new in KQL and right now I am looking for a solution to calculate the time that the device spent with different statuses. For example, I have a table from one device with statuses 1-device active, 0-device inactive. datatable (Date: datetime,…
Teddy
  • 11
  • 4
-1
votes
1 answer

Getting the rowsAffected output in log analytics

I'm trying to get the rows affected output from an sql server stored procedure activity in azure data factory to azure log analytics. I can currently get the rowsCopied and rowsRead from the copy activity. Would appreciate any help.
-1
votes
2 answers

How to create customized logs with new columns rather than traces and requests etc in Azure Applications Insights?

We are creating a POC to use Azure Applications Insights with WebAPI application. We have added a telemetrykey to the webapi and we can see logs in Azure insights trace and requests tabs. However, what we would like to do is rather than using the…
-1
votes
1 answer

Adding additional custom data to Azure AD Log Analytics

I am currently streaming my Azure AD sign-in logs to Log Analytics (as described in this MS Doc). I also have a separate Azure Function that retrieves all Users from Graph API, performs some lookup operations, and creates a "CompanyTeam" value for…
Zacharious
  • 515
  • 4
  • 13
-1
votes
3 answers

How do find out which Log Analytics Workspace has the Subscription Level Activity Log,Azure ADAudit Log,SignIn Log

How do find out which Log Analytics Workspace has the Subscription Level Activity Log,Azure AD Audit Log,Sign In Log. Is there any api or kql query?
-1
votes
1 answer

Loop through OperationIDs and count if the operation has request with particular function

I've a requirement to get the count of operations which has particular functions. E.g. Operation 1 Function 1 Function 2 Function 3 Function 4 Operation 2 Function 1 Function 2 Operation 3 Function 1 Function 2 Function 3 - Operation…
Avinash
  • 123
  • 1
  • 4
  • 13
-1
votes
1 answer

diagnostic logs in azure for key vault

I have diagnostic logs enabled for a keyvault in azure. On the keyvault i have a firewall enabled. I am trying to find out which IP tried accessing the key vault using the logs, i run the following query that is already available in azure logs. //…
1 2 3
69
70