Azure compute_vm metricsetedit

This is the compute_vm metricset of the module azure.

This metricset allows users to retrieve all metrics from specified virtual machines.

Metricset-specific configuration notesedit

refresh_list_interval
Resources will be retrieved at each fetch call (period interval), this means a number of Azure REST calls will be executed each time. This will be helpful if the azure users will be adding/removing resources that could match the configuration options so they will not added/removed to the list. To reduce on the number of API calls we are executing to retrieve the resources each time, users can configure this setting and make sure the list or resources will not be refreshed as often. This is also beneficial for performance and rate/ cost reasons (https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-request-limits).
resources
This will contain all options for identifying resources and configuring the desired metrics

Config options to identify resourcesedit

resource_id
([]string) The fully qualified ID’s of the resource, including the resource name and resource type. Has the format /subscriptions/{guid}/resourceGroups/{resource-group-name}/providers/{resource-provider-namespace}/{resource-type}/{resource-name}. Should return a list of resources.
resource_group
([]string) This option will select all virtual machines inside the resource group.

If none of the options are entered then all virtual machine inside the subscription are taken in account. For each metric the primary aggregation assigned will be retrieved. A default non configurable timegrain of 5 min is set so users are advised to configure an interval of 300s or a multiply of it.

To populate the VM Guest Metrics Overview dashboard, users will have to enable the Virtual Machine Guest namespace for the monitored resources. More on sending guest OS metrics to Azure Monitor here https://docs.microsoft.com/en-us/azure/azure-monitor/platform/collect-custom-metrics-guestos-resource-manager-vm.

metricbeat azure vm guestmetrics overview

Fieldsedit

For a description of each field in the metricset, see the exported fields section.

Here is an example document generated by this metricset:

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "azure": {
        "compute_vm": {
            "disk_read_bytes": {
                "total": 0
            },
            "disk_read_operations_per_sec": {
                "avg": 0
            },
            "disk_write_bytes": {
                "total": 2969709.4
            },
            "disk_write_operations_per_sec": {
                "avg": 0.7809999999999999
            },
            "inbound_flows": {
                "avg": 10
            },
            "inbound_flows_maximum_creation_rate": {
                "avg": 10.6
            },
            "network_in": {
                "total": 1478232
            },
            "network_in_total": {
                "total": 1569665
            },
            "network_out": {
                "total": 793344
            },
            "network_out_total": {
                "total": 1074624
            },
            "os_disk_bandwidth_consumed_percentage": {
                "avg": 0
            },
            "os_disk_iops_consumed_percentage": {
                "avg": 0
            },
            "os_disk_queue_depth": {
                "avg": 0.002
            },
            "os_disk_read_bytes_per_sec": {
                "avg": 0
            },
            "os_disk_read_operations_per_sec": {
                "avg": 0
            },
            "os_disk_write_bytes_per_sec": {
                "avg": 9899.025
            },
            "os_disk_write_operations_per_sec": {
                "avg": 1.5619999999999998
            },
            "os_per_disk_qd": {
                "avg": 0.002
            },
            "os_per_disk_read_bytes_per_sec": {
                "avg": 0
            },
            "os_per_disk_read_operations_per_sec": {
                "avg": 0
            },
            "os_per_disk_write_bytes_per_sec": {
                "avg": 9899.025
            },
            "os_per_disk_write_operations_per_sec": {
                "avg": 1.5619999999999998
            },
            "outbound_flows": {
                "avg": 10
            },
            "outbound_flows_maximum_creation_rate": {
                "avg": 10.6
            },
            "per_disk_qd": {
                "avg": 0
            },
            "per_disk_read_bytes_per_sec": {
                "avg": 0
            },
            "per_disk_read_operations_per_sec": {
                "avg": 0
            },
            "per_disk_write_bytes_per_sec": {
                "avg": 0
            },
            "per_disk_write_operations_per_sec": {
                "avg": 0
            },
            "percentage_cpu": {
                "avg": 1.8719999999999999
            },
            "vm_cached_bandwidth_consumed_percentage": {
                "avg": 0
            },
            "vm_cached_iops_consumed_percentage": {
                "avg": 0
            },
            "vm_uncached_bandwidth_consumed_percentage": {
                "avg": 0
            },
            "vm_uncached_iops_consumed_percentage": {
                "avg": 0
            }
        },
        "namespace": "Microsoft.Compute/virtualMachines",
        "resource": {
            "group": "obs-infrastructure",
            "id": "/subscriptions/fd675b6f-b5e5-426e-ac45-d1f876d0ffa6/resourceGroups/obs-infrastructure/providers/Microsoft.Compute/virtualMachines/testaz",
            "name": "testaz",
            "type": "Microsoft.Compute/virtualMachines"
        },
        "subscription_id": "fd675b6f-b5e5-426e-ac45-d1f876d0ffa6",
        "timegrain": "PT5M"
    },
    "cloud": {
        "account": {
            "id": "fd675b6f-b5e5-426e-ac45-d1f876d0ffa6"
        },
        "instance": {
            "id": "490fe4cf-2b33-4ead-a016-7e614c2f48ad",
            "name": "testaz"
        },
        "machine": {
            "type": "Standard_A1_v2"
        },
        "provider": "azure",
        "region": "westeurope"
    },
    "event": {
        "dataset": "azure.compute_vm",
        "duration": 115000,
        "module": "azure"
    },
    "host": {
        "cpu": {
            "pct": 0.01872
        },
        "disk": {
            "read": {
                "bytes": 0
            },
            "write": {
                "bytes": 2969709.4
            }
        },
        "id": "490fe4cf-2b33-4ead-a016-7e614c2f48ad",
        "name": "testaz",
        "network": {
            "in": {
                "bytes": 1569665,
                "packets": 1478232
            },
            "out": {
                "bytes": 1074624,
                "packets": 793344
            }
        }
    },
    "metricset": {
        "name": "compute_vm",
        "period": 10000
    },
    "service": {
        "type": "azure"
    }
}