Questions tagged [azure-monitor]

8 questions
4
votes
1 answer

Investigate potential breach in Azure App Service

We suspect we have had a data breach, but we are not sure how to investigate it to determine the source of the breach or what data was sent. We have an app service that has been running for a while with steady usage. We noticed that over the last…
react-dev
  • 213
  • 2
  • 5
2
votes
3 answers

What is the unit of measure for timeTaken_d in Azure diagnostics?

I want to get a list of all requests that are taking longer then 2 seconds and I think this is correct as the timeTaken_d appears to be a floating point and would seem to be in seconds. AzureDiagnostics | where ResourceType == "APPLICATIONGATEWAYS"…
Mark
  • 189
  • 6
2
votes
1 answer

How can I collect Security Event Logs from a windows-based Azure VM and create an alert on top of them?

The following is more of an academic question. I don't think there is much of pratical value in it as there are better out-of-the-box solution to it. Question How can I collect the Security Events from a windows-based Azure Virtual Machine and…
Matthias Güntert
  • 2,438
  • 12
  • 39
  • 59
1
vote
0 answers

Zabbix integration with AWS and or Azure

I am trying to figure out direct integration between Zabbix and AWS CloudWatch or Azure Monitor. I have seen YT videos available to integrate Zabbix with grafana first and then integrate grafana with AWS or Azure monitoring solution. But I am just…
0
votes
1 answer

Unable to Write to Log Analytics Custom Table Using Data Collector API

We're using a custom table in Log Analytics for application error logging. The setup is: Serilog -> Azure Analytics Sink -> Data Collector API (used in sink) -> Log Analytics Workspace -> Custom Table. There seems to be a secret I'm missing in…
0
votes
0 answers

Azure Monitor Client collects the data but not showing in inside

I have a server connected to Azure Arc. Through Azure Arc I enabled Inside with Azure Monitor Client. The Azure Monitor Client collects the data. Only there is no data displayed in Inside. But the data will be there. What can I do to show the…
Stefan
  • 117
  • 5
0
votes
0 answers

Alert on failed links for inbound port for a specific process on a VM

Let's say I have an Azure VM and there's a process called ABC.exe and it listens on port 34952. I want to monitor this port and perform some sort of health probe check for it. If it goes down, I want to be alerted. I looked into using Log Analytics…
shadowz1337
  • 151
  • 1
  • 1
  • 2
0
votes
1 answer

Configure CollectD SNMP plugin to send performance data to Azure Monitor Log Analytics

I am trying to get performance from network interfaces from network device (mikrotik, cisco routers etc.) about interface traffic via SNMP poll and send those data to Azure Monitor Log Analytics. I have installed and working Azure Log Analytics…