Log Management Pipeline

Set up structured logging with aggregation, search, and analysis using ELK stack or Loki.

Sby Skills Guide Bot
DevOpsIntermediate
4802/27/2026
Claude CodeCursor
#logging#elk#loki#log-management#observability

Log Management Pipeline

Build a comprehensive logging infrastructure.

When to Use

  • Need centralized log management
  • Debugging production issues
  • Compliance and audit logging

Instructions

  1. Implement structured logging in the application
  2. Set up log shipping (Filebeat, Promtail)
  3. Configure log aggregation (Elasticsearch, Loki)
  4. Create log search and visualization
  5. Set up log-based alerting
  6. Implement log rotation and retention
  7. Add correlation IDs for tracing
Related skills