Hi,
Is it possible to get Data from azure Virtual Network Gateway shown on Kibana?
I have added the namespace to azure module yaml file. Connection is there but not sure on how to display its metrics on Kibana.
I tried querying in KQL, but couldn't find anything for azure.network to fetch out metrics for VPN Gateway.
Is it possible using monitor metricset to fetch out all other available resource metrices from Azure other than the ones available in azure module yml file, or only the available metricsets can be used for azure monitor?
Here is the config file:
- module: azure
metricsets:
- monitor
enabled: true
period: 300s
client_id: 'ClientId'
client_secret: 'Secret'
tenant_id: 'tenantid'
subscription_id: 'subscriptionid'
refresh_list_interval: 600s
resources:
- resource_query: "resourceType eq 'Microsoft.Network/virtualNetworkGateways'"
metrics:
- name: ["TunnelEgressBytes", "TunnelIngressBytes"]
namespace: "Microsoft.Network/virtualNetworkGateways"