Hello guys,
I hope you are doing well !
I have ELK stack (7.8.1) deployed in kubernetes along with metricbeat (same version).
I wanted to exploit the new metricset "billing" in azure module, however it didn't work.
- module: azure
metricsets:
- billing
enabled: true
period: 24h
client_id: '${AZURE_CLIENT_ID}'
client_secret: '${AZURE_CLIENT_SECRET}'
tenant_id: '${AZURE_TENANT_ID}'
subscription_id: '${AZURE_SUBSCRIPTION_ID}'
Just for the record, I have "monitor", "storage" metricsets working fine.
So, I was wondering if you could help me with this issue.