log-aggregation-architect

Design centralized log pipelines with structured formats and retention tiers.

2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/curiositech/port-daddy --skill log-aggregation-architect
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: log-aggregation-architect
Source: https://github.com/curiositech/port-daddy/tree/main/skills/log-aggregation-architect
Command: npx skills add https://github.com/curiositech/port-daddy --skill log-aggregation-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes log collection and standardizes logging to improve observability, cost management, and incident response.

Core Features & Use Cases

  • Centralized log collection and processing using Vector, Fluentd, or other agents
  • Structured logging with consistent fields to enable cross-service correlation
  • Retention policies and storage backends (Grafana Loki, Elasticsearch, ClickHouse) for cost-effective long-term storage
  • Use cases include multi-service tracing, crash recovery, and operational dashboards

Quick Start

Configure a centralized log pipeline, deploy agents across hosts, and define basic retention for your environment.

Frequently Asked Questions about log-aggregation-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a centralized log pipeline for scalable observability?▼

Design a centralized log pipeline by deploying Vector or Fluentd agents across hosts to collect logs, enforcing structured formats for cross-service correlation, and routing data to compatible backends with defined retention tiers.

What is structured logging and when do I need it for cross-service correlation?▼

Structured logging uses consistent fields across services to enable cross-service correlation. It is needed when you require multi-service tracing, standardized operational dashboards, and efficient incident response across distributed deployments.

Can I use Vector or Fluentd with Grafana Loki and Elasticsearch for log aggregation?▼

Yes, you can use Vector or Fluentd agents to collect and process logs for storage in backends like Grafana Loki, Elasticsearch, or ClickHouse, ensuring compatibility and cost-effective long-term retention.

What's the best way to manage log retention policies for cost-effective storage?▼

The best way to manage log retention is by defining retention tiers that route logs to appropriate storage backends, balancing query performance and cost for long-term storage in systems like ClickHouse or Elasticsearch.

How do I correlate traces with centralized logs across multiple services?▼

Correlate traces with centralized logs by enforcing structured log formats with consistent trace fields, enabling cross-service correlation within your Vector or Fluentd log aggregation pipelines.