Log Aggregation Setup
Set up centralized log aggregation and analysis pipelines for production environments.
Usage
Describe your logging requirements and infrastructure, and this skill will recommend and configure a centralized logging solution.
Examples
- "Set up Loki with Promtail for Kubernetes log aggregation"
- "Configure the ELK stack for a microservices architecture"
- "Build a Fluentd pipeline to collect and forward application logs"
Guidelines
- Define retention policies to manage storage costs
- Use structured logging formats like JSON for easier parsing
- Set up proper index lifecycle management
- Configure log rotation at the source to prevent disk exhaustion
- Create saved searches and dashboards for common queries