II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--log-aggregation
log-aggregation overview
Log Aggregation and Analysis Pipeline - Comprehensive log collection, aggregation, parsing, indexing, search, alerting, and retention management for distributed systems. Implements structured logging standards, multi-source log ingestion, real-time analysis, and automated incident detection.
Attributes
displayName
log-aggregation
description
Log Aggregation and Analysis Pipeline - Comprehensive log collection, aggregation, parsing,
indexing, search, alerting, and retention management for distributed systems. Implements structured logging
standards, multi-source log ingestion, real-time analysis, and automated incident detection.
libraryPath
library/specializations/devops-sre-platform/log-aggregation.js
specialization
devops-sre-platform
references
- - ELK Stack: https://www.elastic.co/elastic-stack - Grafana Loki: https://grafana.com/oss/loki/ - Fluentd: https://www.fluentd.org/ - OpenTelemetry Logs: https://opentelemetry.io/docs/concepts/signals/logs/ - Log Management Best Practices: https://www.datadoghq.com/blog/log-management-best-practices/
example
const result = await orchestrate('specializations/devops-sre-platform/log-aggregation', {
systemName: 'E-commerce Platform',
logSources: ['api-service', 'web-frontend', 'database', 'message-queue'],
aggregationPlatform: 'ELK', // or 'Loki', 'Splunk', 'CloudWatch'
retentionDays: 30,
enableAlerts: true,
logLevel: 'INFO',
structuredFormat: 'JSON',
alertThresholds: {
errorRatePercent: 5.0,
criticalErrorsPerMinute: 10,
warningRatePercent: 15.0
}
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:devops·DomainDevOps
lib_belongs_to_specialization1
- specialization:devops-sre-platform·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:incident-response·Workflow
lib_involves_role2
- role:sre·Role
- role:devops-engineer·Role
lib_requires_skill_area2
- skill-area:log-aggregation·SkillAreaLog Aggregation & Analysis
- skill-area:observability-instrumentation·SkillAreaObservability Instrumentation
Incoming edges
None.