Not able to collect custom text logs in azure log analytics workspace using Data Collection rules
Hi, I am facing one issue where i am not able to collect custom application text logs in azure log analytics workspace using Data Collection rules. The following steps i did. 1. Created Data collection Endpoint in the same region. Created Custom table…
On-premise MSSQL DB monitoring using Azure Monitor and Log Analytics
Is it possible to set up a monitoring dashboard in azure to track the performance of on-premise MSSQL databases, including metrics like blocking queries, resource usage, and the top 10 queries consuming CPU and memory, etc.? Can this be done using only…
Azure Monitor - Metrics Namespace - Virtual Machine Guest Not coming up
Hi Folks, I am trying to enable Guest OS Metrics for Azure VM (Win 2019/2022/2016). I followed below document to enable DCR/Log Analytics for enabling Virtual Machine Guest in Metrics Namespace but unfortunately it is not coming…
How to real-time scrape diagnostic log files stored in azure blob storage
I tried scraping azure diagnostic logs stored on storage accounts via Grafana Loki and Promtail, and it works with old logs that are already archived. As soon as I try to instantaneously scrape diagnostic logs that are being written, I get only a couple…
Cannot launch AMA
PS: VM已加入DCR,并开启System-assigned [ValidateDataStorePersistence] ErrorCode:0 ERROR: The registry value exists but the key file does not. Cannot launch AMA.[2024-10-25 03:03:39.000] [StartAzureMA] ErrorCode:1120 ERROR: Failed to validate data store…
Why is Application Insights writing a ton of stuff to my output?
Hi all; I am seeing the following in my output when running my web app after incorporating Application Insights. It's not being written to the logs, just the output. I have a Blazor Interactive Server and am running on my desktop using Visual Studio and…
Question about the contents of the requests table in the Application Insights log query
There are two types of columns in the requests table: the contents of the duration column and FunctionExecutionTimeMs in the customDimensions column. I would like to know what the difference between these two is. I am transferring the execution logs of…
Azure Rest API Dynamic Thresholds Broken
I am using the Azure REST API to create metric alerts for Azure Monitor using dynamic thresholds. I have been successful at creating alerts with static thresholds, but not with dynamic thresholds. The docs clearly show many examples of how to create with…
Test function in Action Group sending metric alert when choosing "Log Alert V2"
I used the Test function in an action group to send an alert of type "Log Alert V2" with the common alert schema. I however seem to get an alert with signal type "Metric". I was expecting a "Log" signal type. Am I…
Sending logs to Azure Monitor from Python is not working anymore
Is there something happening with Azure Monitor? I know opencensus-ext-azure was deprecated last month. pip install azure-monitor-opentelemetry==1.6.2 from logging import INFO, getLogger from azure.monitor.opentelemetry import…
Migration from MMA to DCR table: how to rename a column?
I'm trying to migrate a Custom log table (classic) to the new DCR-based tables. The old MMA table has some fields that start with underscore (_) which are not allowed in the new DCR-based tables, so I'm getting an error with the API POST command…
Azure ARC Monitoring roadmap
Is there a Unified Monitoring agent for Azure ARC on the roadmap?
Configuring Resource-Specific Log Retention for Azure Diagnostic Settings
Azure has announced that the Diagnostic Settings Storage Retention feature is being deprecated (https://aka.ms/diagnostic_settings_log_retention). My logs and metrics in AKS --> Monitor --> Diagnostics Settings are currently being sent directly to…
Do AMA Collectors Require Static IP Addresses?
When deploying multiple AMA agents, do the IP addresses need to be static for each agent, or can they be dynamic/shared?
How to configure a new DCR to ingest to an existing Custom Log table?
Hi All, I am currently migrating existing syslog logfeeds running over Logstash pipelines with the "microsoft-logstash-output-azure-loganalytics" output module to Logstash pipelines with the…
Azure Monitor: Unable to Create Alerts for JIT Access Events with Security Category
I am trying to create an alert to be generated when a VM JIT access request is made. While creating the alert, when I choose the signal "Initiate JIT Network Access Policy (Just-In-Time Network Access Policies)" where the signal source is of…
How to Read and Interpret Data from Azure Metric Logs
There are some spikes in the IO request count from SQL Managed Instance metric logs that are confusing to interpret. For instance, in the attached screenshot, the graph uses a 1-minute time granularity and average aggregation (Avg, Min, and Max…
Problem with DRC transformation KQL when column name starts with special character
I'm trying to send custom JSON logs from VM to Log Analytics workspace using Azure Monitor Agent. Custom JSON log has couple of fields with name starting with @ character (@t, @mt). Those fields are generated by Serilog library the application is using…
Application insight rest api
Hi, I want to send the event data to application insight using RestAPI, i don't want to use programming language rather use pure RestAPI approach. Based on my research i see following endpoint works well but want to know is it officially supported. can…
Log Analytics Webspace against ContainerInstanceLogs has no entry Container IP
Can anyone suggest, issue i am facing is that i need to set an alert that if my container restarts, it should retain the assigned IP, otherwise it should send an alert. However to enable such alert, I am unable to find my ContainerInstanceLog containing…