This walks you through setting up centralized logging with ELK Stack, Loki, or Splunk to collect and analyze logs across your infrastructure. You get Docker Compose configurations for the full ELK stack, Logstash pipeline configs for parsing, Filebeat setup for log shipping, and Kibana dashboard templates. The reference guides cover both traditional and Kubernetes deployments. Honestly, the best practices section is the most valuable part here because log aggregation is easy to set up badly. It'll save you from common mistakes like logging PII, ignoring retention costs, or running DEBUG level in production. Good starting point if you're moving past grepping server logs manually.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill log-aggregation