sling-distribution

Monitor AEM Cloud Service Sling Distribution events for auditing and post-distribution actions.

1|Updated Oct 7, 2024
One-click install
npx skills add https://github.com/valithedge/etisalatedge --skill sling-distribution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sling-distribution
Source: https://github.com/valithedge/etisalatedge/tree/main/.agents/skills/sling-distribution
Command: npx skills add https://github.com/valithedge/etisalatedge --skill sling-distribution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors and reacts to AEM Cloud Service Sling Distribution events, providing visibility into the content distribution lifecycle and enabling automated post-distribution actions and auditing.

Core Features & Use Cases

  • Event-driven monitoring of distribution lifecycle (created, queued, distributed, dropped, and imported) to drive alerts and analytics.
  • Easy integration with custom workflows for cache warming, notifications, and auditing.
  • Observability of failures with robust logging and remediation hooks to trigger external systems.

Quick Start

Create a listener for the AGENT_PACKAGE_CREATED and related topics to start capturing distribution events and wiring your downstream actions.

Frequently Asked Questions about sling-distribution

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

FAQPage Schema
How do I monitor Sling Distribution events in AEM Cloud Service?

You can monitor Sling Distribution events in AEM Cloud Service by creating a listener that captures lifecycle topics like AGENT_PACKAGE_CREATED and AGENT_PACKAGE_QUEUED to trigger custom logic and auditing.

What is the best way to audit content distribution lifecycles in AEM?

The best way to audit content distribution lifecycles in AEM is by monitoring event topics such as AGENT_PACKAGE_DISTRIBUTED and AGENT_PACKAGE_DROPPED to gain real-time visibility and track failures.

Can I trigger post-distribution actions across production and preview environments?

Yes, you can trigger post-distribution actions across production and preview environments by reading Sling Distribution events and wiring them to downstream workflows like cache warming or notifications.

Does this approach capture importer package events for AEM Cloud Service?

Yes, this approach captures importer package events for AEM Cloud Service by monitoring the IMPORTER_PACKAGE_IMPORTED topic to expose properties that drive custom logic and remediation hooks.

Why do I need to react to Sling Distribution queue events?

You need to react to Sling Distribution queue events like AGENT_PACKAGE_QUEUED to ensure observability of content distribution failures, enabling robust logging and triggering external remediation systems.