Im trying to configure and ingest data from azure to elastic cloud
I generated an API key as the docs suggested and setup the metrics list as you can see below.
I can see that Azure dashboards have been loaded successfully to kibana but there are no documents in the metricbeats index.
In not sure if it's a metricbeat configuration issue or Azure issue?
- module: azure
metricsets:
- app_insights
enabled: true
period: 300s
application_id: *****'
api_key: '******'
metrics:
- id: ["requests/count"
,"requests/duration"
,"performanceCounters/requestsPerSecond"
,"performanceCounters/requestsInQueue"
,"performanceCounters/memoryAvailableBytes"
,"performanceCounters/exceptionsPerSecond"
,"performanceCounters/processCpuPercentage"
,"performanceCounters/processIOBytesPerSecond"
,"performanceCounters/processPrivateBytes"
,"performanceCounters/processorCpuPercentage"