- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to stream Azure VM performance counters with Azure monitor add on for splunk?

Koko12345678
Explorer
09-20-2018
04:34 AM
I'm using Azure monitor add-on for Splunk to collect Azure Diagnostic, activity logs and metrics but this add on , as I understand , does not include collecting performance counters Data from VMs.
does someone knows how can I collect performance counters?
Thanks
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

jconger

Splunk Employee
10-09-2018
10:45 AM
This add-on should collect VM metrics as long as you tag the VM. For example, here is what I have tagged on a VM via the Azure Portal:
metrics: Percentage CPU, Network In, Network Out
I got the values for the metrics tag from this page -> https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/monitoring-supported-metrics#micro... Note that some of these metrics are still in preview though.
Here is the search for the metric data:
sourcetype="amm:*" amm_resourceType="MICROSOFT.COMPUTE/VIRTUALMACHINES" | stats values(name.value)
Result:
