- Documentation
- Learning Hub
- Section 3 of 4 Cloud logs
Logs key takeaways
Slide 9 of 10
Key takeaways
- Cloud logs include application, platform, audit, network, and service records.
- You have several collection methods:
- Firehose (AWS): managed streaming for most high-volume CloudWatch logs.
- Lambda Promtail (AWS): for the specific types Firehose doesn’t support, like ALB, CloudFront, and CloudTrail. It can also filter logs before forwarding.
- Functions (Azure): event-driven collection from Event Hub.
- Grafana Alloy: flexible processing on Azure, and the collection path for GCP via Pub/Sub.
- Choose the collection method based on log volume, the specific log types you need, and your cloud provider.