App_insights data configuration [AZURE ]

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"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.