log-schema-generator

Solid

Generate structured logging schemas with correlation ID patterns and ELK/Splunk integration

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Log Schema Generator Skill ## Overview Generates structured logging schema definitions including log level standards, correlation ID patterns, and ELK/Splunk integration templates. ## Capabilities - Structured logging schema definition - Log level standards (RFC 5424) - Correlation ID patterns - ELK Stack integration templates - Splunk integration templates - Log format standardization (JSON, logfmt) - Context propagation patterns - PII masking rules ## Target Processes - observability-implementation ## Input Schema ```json { "type": "object", "required": ["services"], "properties": { "services": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "language": { "type": "string" }, "framework": { "type": "string" } } } }, "format": { "type": "string", "enum": ["json", "logfmt", "ecs"], "default": "json" }, "integration": { "type": "string", "enum": ["elk", "splunk", "datadog", "cloudwatch"], "default": "elk" }, "options": { "type": "object", "properties": { "includeCorrelationId": { "type": "boolean", "default": true }, "includePiiMasking": { "type": "boolean", "default": true }, "logLevels": { "type": "array", "default": ["debug", "info", "warn", "error", "fatal"] }, ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills