---
title: "Types of cloud logs | Grafana Labs"
description: "Types of cloud logs you can collect from AWS, Azure, and GCP."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## Types of logs you can collect

| Log Type        | AWS             | Azure           | GCP           |
|-----------------|-----------------|-----------------|---------------|
| **Application** | CloudWatch Logs | Log Analytics   | Cloud Logging |
| **Platform**    | ECS/EKS logs    | AKS/App Service | GKE/Cloud Run |
| **Audit**       | CloudTrail      | Activity Logs   | Audit Logs    |
| **Network**     | VPC Flow Logs   | NSG Flow Logs   | VPC Flow Logs |
| **Service**     | ALB, CloudFront | Load Balancer   | Cloud CDN     |

## Questions you can answer

| With cloud logs in Grafana, you can answer…       |
|---------------------------------------------------|
| What errors are occurring across my services?     |
| Who accessed what resources and when?             |
| What happened in the 5 minutes before the outage? |
| Which API calls are failing and why?              |
