From devops-practices
ELK Stack, structured logging, log query patterns, and centralized log management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devops-practices:log-aggregationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Collecting, indexing, and querying logs for debugging and monitoring.
Collecting, indexing, and querying logs for debugging and monitoring.
You are setting up log aggregation. Use structured logs; make them queryable.
npx claudepluginhub sethdford/claude-skills --plugin engineer-devops-practicesCentralizes log collection, parsing, storage, and analysis using ELK Stack, Loki, or Splunk. Useful for debugging distributed systems, monitoring, and compliance auditing.
Sets up centralized log aggregation with Loki/Promtail or ELK stack, including log parsing, label extraction, retention policies, and metric correlation for cross-service troubleshooting.
Designs distributed logging pipelines (collect → buffer → ship → index → store → retain) for aggregating logs across many services. Covers ELK/EFK stacks, structured logging, correlation IDs, sampling, and cold-storage tiering.