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

Container Insights - Containerstats Dashboard

is it possible to show the Podstats of AKS on a shared Dashboard?
Danny
  • 1
0
votes
2 answers

azure log analytics delete

Is there any way to perform delete operation on custom log entries in azure log analytics.I have followed this link for reference but only GET & POST methods are defined there.
0
votes
1 answer

Log Analytics & Application insights Log Query Search Tables to Sql Database.

I was wondering if there is a way to export data from tables or whole tables generated by Log-query-searches in Log Analytics and Application Insights to an exact same Table In an Azure Sql Database? I'm thinking like a Export/Import kind of deal.…
0
votes
1 answer

Selenium or Availability Tests show in pageView?

I am trying to report on traffic generated by a synthetic agent. First, should Application Insights Availability Tests generate telemetry in the pageView table? Second, would Selenium tests? We have some automated QA running on Selenium, I am not…
0
votes
1 answer

Run Azure Log Analytics query against Application Insights instances

I'm using the Azure Log Analytics .NET SDK to execute queries. The NuGet package I'm using for this SDK is Microsoft.Azure.OperationalInsights. Querying against a normal Workspace is fine. Now I want to query against an Application Insights…
Rob Bos
  • 1,320
  • 1
  • 10
  • 25
0
votes
2 answers

Activitylog PS - Event initiated by

I created multiple script to identify who started or stopped a Vm using the activity log but unable to get the results - the script just executes without an…
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

Azure Log Analytics aggregate similar data when counting

I am trying to get data on the type of browsers our customers are using. I want to have a pie chart that displays the percentage of Chrome users, the percentage of Firefox/Mozilla users, percentage of Safari users, and the percentage of Edge/IE…
0
votes
0 answers

Aggregate on inner object array

I am trying to write a query by performing an aggregate on one of its properties that is an array of objects. As an example in the below json structure I want the country and the biggest airport as two columns in the output [ { "Country":…
Tony Thomas
  • 398
  • 7
  • 20
0
votes
2 answers

How to export Azure log analytics data into an SQL database?

We need the Log Analytics data in a SQL database for use in Tableau. How can we do this?
fvl
  • 121
  • 1
  • 2
  • 6
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
0 answers

Transfer data collected from Log Analytics to Blob Storage Account using Logic Apps

I am new to Azure, I have created a Custom Log in Azure Log Analytics which is able to capture all the logs placed in a file in my desktop. Now I wish to transfer these logs into a Blob Storage Account using Azure Logic Apps. Can someone explain me…
0
votes
1 answer

Logs not visible in Azure Custom Log

In my Azure portal, I created one "custom log", following this link Custom Log , when I am trying to view the logs by searching(by my custom log name) in "Log Search" and running the run command I am not getting anything. Why? Do I need to do…
Rudra Singh
  • 95
  • 2
  • 19
0
votes
1 answer

Bash unable to read variable

I am curling Azure Log Analytics for some info, but first I need to grab an OAuth token from 1 command and pass it into the next. I have the following Curl commands which I have tested fine on their own (copying pasting the output for the next…
Beefcake
  • 733
  • 2
  • 12
  • 37
0
votes
1 answer

Audit logging CosmosDB

Wanting to validate my ARM template was deployed ok and to get an understanding of the telemetry options... Under what circumstances do the following get logged to Log Analytics? DataPlaneRequests MongoRequests QueryRuntimeStatistics Metrics From…
Alex KeySmith
  • 16,657
  • 11
  • 74
  • 152