azure compute_vm metricset
editazure compute_vm metricset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
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 notes
edit-
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 resources
edit-
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 should return a list virtual machines we want to apply our metric configuration options on.
If none of the options are entered then we will select all virtual machine from the entire subscription 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.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp":"2019-09-20T11:02:00.000Z", "azure":{ "resource":{ "name":"obslinux", "type":"Microsoft.Compute/virtualMachines", "group":"resource-group" }, "subscription_id":"123456-qwer-1234-5678-12345678", "namespace":"Microsoft.Compute/virtualMachines", "compute_vm":{ "inbound_flows_maximum_creation_rate":{ "avg":14.6 }, "os_per_disk_write_bytes_per_sec":{ "avg":15261.86 }, "outbound_flows_maximum_creation_rate":{ "avg":18.6 }, "os_per_disk_read_operations_per_sec":{ "avg":0 }, "data_disk_queue_depth":{ "avg":0 }, "per_disk_read_operations_per_sec":{ "avg":0 }, "inbound_flows":{ "avg":60.4 }, "os_disk_write_operations_per_sec":{ "avg":1.0175 }, "per_disk_read_bytes_per_sec":{ "avg":0 }, "disk_write_operations_per_sec":{ "avg":1.03 }, "outbound_flows":{ "avg":60.4 }, "network_in":{ "total":3624009.0 }, "os_per_disk_qd":{ "avg":0 }, "data_disk_read_bytes_per_sec":{ "avg":0 }, "disk_read_operations_per_sec":{ "avg":0 }, "os_disk_read_operations_per_sec":{ "avg":0 }, "per_disk_qd":{ "avg":0 }, "os_disk_write_bytes_per_sec":{ "avg":15261.86 }, "disk_write_bytes":{ "total":2806782.57 }, "per_disk_write_operations_per_sec":{ "avg":0 }, "network_out":{ "total":704862 }, "os_disk_read_bytes_per_sec":{ "avg":0 }, "os_per_disk_read_bytes_per_sec":{ "avg":0 }, "os_per_disk_write_operations_per_sec":{ "avg":1.0175 }, "percentage_cpu":{ "avg":7.683333333333334 }, "data_disk_write_operations_per_sec":{ "avg":0 }, "network_in_total":{ "total":6787492.0 }, "disk_read_bytes":{ "total":0 }, "data_disk_write_bytes_per_sec":{ "avg":0 }, "per_disk_write_bytes_per_sec":{ "avg":0 }, "data_disk_read_operations_per_sec":{ "avg":0 }, "os_disk_queue_depth":{ "avg":0 }, "network_out_total":{ "total":1889767.0 } } }, "service":{ "type":"azure" }, "cloud":{ "provider":"azure", "region":"westeurope" }, "ecs":{ "version":"1.1.0" }, "host":{ "architecture":"x86_64", "os":{ "build":"17134.1006", "platform":"windows", "version":"10.0", "family":"windows", "name":"Windows 10 Pro", "kernel":"10.0.17134.1006 (WinBuild.160101.0800)" }, "id":"123456-qwer-1234-5678-12345678", "name":"DESKTOP-RFOOE09", "hostname":"DESKTOP-RFOOE09" }, "agent":{ "hostname":"DESKTOP-RFOOE09", "id":"123456-qwer-1234-5678-12345678", "version":"8.0.0", "type":"metricbeat", "ephemeral_id":"123456-qwer-1234-5678-12345678" }, "event":{ "duration":4611928900, "dataset":"azure.compute_vm", "module":"azure" }, "metricset":{ "name":"compute_vm", "period":300000 } }