What problem does it solve? Scattered, unstructured logs across services make incident debugging slow and painful. This Skill designs a centralized log aggregation pipeline so engineers can search, correlate, and alert on logs from all services in one place. ## Core Features & Use Cases - Structured Logging Setup: Generates JSON log formatters with standard fields like trace_id, request_id, and service for consistent cross-service correlation. - Shipper & Pipeline Configuration: Produces Filebeat, Vector, and Promtail configurations for collecting, parsing, and routing logs from hosts, Docker containers, and Kubernetes pods. - Retention & Alerting: Creates Elasticsearch index templates, ILM retention policies, Loki storage configs, and alert rules for error spikes and anomalies. - Use Case: A platform team running microservices on Kubernetes needs 90-day log retention with error-spike alerts to PagerDuty; this Skill outputs the full Loki or ELK configuration to achieve it. ## Quick Start Ask the AI to design a centralized log aggregation pipeline for your Kubernetes services using Loki and Grafana with 90-day retention and error alerting.