how to monitor ibm websphere which is installed on azure vm
I have ibm websphere installed on Azure VM, How to monitor ibm websphere installed on azure vm. Is there any Azure monitoring agent needs to be installed?
Resource Graph Alert - query does not work through log analytics workspace
Hi, I'm trying to come up with an Azure Monitor alert, which will notify me if there have been any non-compliant resources deployed in the last few hours. I have a query that works perfectly in Resource Graph Explorer: policyresources | where type =~…
Best Solution For HTTP Health Dashboard Using Grafana?
I am looking to implement a solution to display a dashboard which shows the health of our applications. The checks would make a simple HTTP call to determine whether a application is healthy or not. Some of the applications are public, some are only…
Retrieving Azure Application Logs Older Than 90 Days
What steps can be taken to access Azure application logs that are older than 90 days without altering the existing retention policy?
Difference Between Azure Monitor and Azure Application Insights
What are the key differences between Azure Monitor and Azure Application Insights? When is it appropriate to use each service? Azure Monitor provides a comprehensive monitoring service that offers a unified view of Azure resources, allowing for the…
Can we stop logging for a Certain route path in application gateway
I have been using APIM as a backend and want a certain endpoint not to be logged. I have found that APIM can adjust its logging but as have exposed the APIM with the Application gateway would like to stop logging for the same too in case of application…
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…
How do I know what exactly uploads/accesses to a storage account?
I'm currently facing a challenge identifying which applications, servers (or other sources) are uploading to specific storage accounts. We have several storage accounts still using TLS 1.0, and I want to upgrade them to TLS 1.2 or 1.3. However, upgrading…
App Insights Auto Instrumentation not propagating operation id
We are encountering issues with configuring the Application Insights SDK for one of our Java microservices. Specifically, when the parent service (which is also a Java-based service) makes a request to this microservice, the trace for the request is not…
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…
App Insights Profiler doubles memory consumption
Hi, I have a question regarding App Insights Profiler. We've configured our app according to this tutorial and locally (run from VS or in a Docker container) everything works fine (there are API metrics in Portal, profiling sessions, code optimizations…
How to retrieve a DCR Immutable Id from createUiDefinition
Hi Community, I am testing UX for Sentinel Solution on https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/SandboxBlade I am wondering after obtaining the Resource Group, workspace, and Data Collection Rule, I would like to further retrieve the…
Change path on Linux for Azure AMA and CEF Collectors
I'm setting up Azure Monitoring Agents on Linux with CEF Collector. I would like to change the cache directories to a separate drive. Can anyone point me to where these paths are configured?
Linux based IDS devices, SecurityOnion
Hi all we have a Linux based IDS devices, SecurityOnion, which have been onboarded to the production Service. There are currently OS based Analytic rules enabled in Sentinel but nothing for the IDS itself. Are there any plugin or agents that can be…
Missing Records in Azure Log Analytics
Hi All, Logs of activities, pipelines, and triggers are gathered within the Synapse environment for monitoring purposes. It has been observed that some pipelines ran successfully, as seen in the Monitor section of Synapse, but there are missing records…
Log analytics workspace reports 10 warnings
Data of type AzureDiagnostics is being dropped due to incorrect format at lineOffset: . Exception message: Invalid property identifier character: . Path 'records[].properties', line 1, position *. (10)
How to select multiple log levels in a data collection rule for Linux syslog facilities ?
Checking the possibility of selecting multiple min log levels for Linux syslog under a data collection rule for each facilities ? In legacy log management systems, there is an option to select multiple min log level categories for the facility…
Semantic error on alert based ADX
Hello, I’m configuring an alert based on an ADX cluster. The query is running successfully in both the alert setup and the Log Analytics workspace, but the alert health status returns the following: The query keeps failing because of a semantic error.…
How to resrict the workbook page from azure Dashboard?
I have created workbook and pinned some of workbook tiles to dashboard. i would to resrict the visibility of workbook from dashboard. right now workbook is opening from dashboard tiles
What is the Telemetry written to OUTPUT mean?
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…