home / skills / dexploarer / hyper-forge / log-aggregation-configurator
This skill helps you configure centralized logging with elk, loki, or splunk, enabling scalable log management and observability across services.
npx playbooks add skill dexploarer/hyper-forge --skill log-aggregation-configuratorReview the files below or copy the command above to add this skill to your agents.
---
name: log-aggregation-configurator
description: Set up centralized logging with ELK, Loki, or Splunk for log management
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob]
---
# log aggregation configurator
Set up centralized logging with ELK, Loki, or Splunk for log management
## When to Use
This skill activates when you need to set up centralized logging with elk, loki, or splunk for log management.
## Quick Example
```yaml
# Configuration example for log-aggregation-configurator
# See full documentation in the skill implementation
```
## Best Practices
- ✅ Follow industry standards
- ✅ Document all configurations
- ✅ Test thoroughly before production
- ✅ Monitor and alert appropriately
- ✅ Regular maintenance and updates
## Related Skills
- `microservices-orchestrator`
- `compliance-auditor`
- Use `enterprise-architect` agent for design consultation
## Implementation Guide
[Detailed implementation steps would go here in production]
This skill provides comprehensive guidance for set up centralized logging with elk, loki, or splunk for log management.
This skill configures centralized logging for applications using ELK (Elasticsearch, Logstash, Kibana), Grafana Loki, or Splunk. It provides step-by-step guidance to collect, parse, store, and visualize logs across distributed services. The focus is on practical setup, integration tips, and production readiness for TypeScript-based platforms.
The skill inspects your logging needs and recommends an appropriate stack (ELK, Loki, or Splunk) based on retention, search, and resource constraints. It outlines agent deployment (Filebeat/Fluentd/Promtail), parsing rules, index/tenant design, and dashboard configuration. It also advises on secure transport, access controls, and alerting integrations.
Which stack is best for low-cost, high-volume logs?
Loki is optimized for high-volume, low-cost storage of logs when you use label-based queries and compressed storage. ELK offers richer full-text search at higher storage cost.
How do I handle sensitive data in logs?
Mask or redact sensitive fields at the agent or ingestion layer, apply strict ACLs, and audit access to logs regularly.