create-evlog-enricher

Enrich event logs with environment data, feature toggles, or tenant identifiers.

8|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/daidr/irminsul --skill create-evlog-enricher-daidr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-evlog-enricher
Source: https://github.com/daidr/irminsul/tree/main/.agents/skills/create-evlog-enricher
Command: npx skills add https://github.com/daidr/irminsul --skill create-evlog-enricher-daidr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Enriches event data with additional context to facilitate detailed analysis and debugging.

Core Features & Use Cases

  • Custom Data Enrichment: Insert deployment metadata, tenant info, or feature flags into logging events.
  • Use Case: Automatically include environment variant details in production logs for troubleshooting.
  • Technical Scope: Implements a flexible architecture to pull data from headers, environment variables, or request details, merging it into event logs.

Quick Start

Use the create-evlog-enricher to add deployment version info into your logging events.

Frequently Asked Questions about create-evlog-enricher

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

FAQPage Schema
How do I add custom context to event logs for debugging?

To add custom context to event logs, you can enrich event data by merging environment variables, feature toggles, or tenant identifiers directly into your logging events for detailed observability.

What is event log enrichment and when do I need it?

Event log enrichment is the process of inserting custom deployment metadata or tenant info into logging events. You need it to facilitate detailed system analysis and debugging in complex deployments or multi-tenant architectures.

How do I include environment data and feature flags in my logging events?

You can include environment data and feature flags in logging events by implementing a flexible architecture that pulls data from headers, environment variables, or request details, merging it into the event logs.

Can I use event log enrichment for multi-tenant architectures?

Yes, event log enrichment is particularly useful for multi-tenant architectures, allowing you to automatically insert tenant info and deployment metadata into production logs for troubleshooting.

Does event log enrichment require integration with logging frameworks?

Yes, event log enrichment requires integration with your existing logging frameworks and headers for dynamic data retrieval to successfully merge custom context into event logs.

What is the best way to add deployment version info into logging events?

The best way to add deployment version info into logging events is to use an enricher that pulls deployment metadata from environment variables or headers and merges it into your event logs for observability.