drover:backfill

Backfill historical Acquia logs into drover's fingerprint state file.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill drover-backfill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drover:backfill
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/drover/skills/backfill
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill drover-backfill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you recover drover’s fingerprint pipeline when Acquia log monitoring has been offline or missed a time window, so your analytics and incident retrospectives reflect complete historical data.

Core Features & Use Cases

  • Pulls historical Acquia logs for a specific registered environment using acli.
  • Reuses the live fingerprinting/state-update pipeline to seed the same state file used by monitoring.
  • Idempotent backfills so reruns for the same window do not re-emit NEW fingerprints, while counts may increment.

Quick Start

Ask to “backfill drover logs” for the environment alias you want, and the Skill will run the drover backfill script and report a completion summary.

Frequently Asked Questions about drover:backfill

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

FAQPage Schema
How do I recover missed Acquia logs after a monitoring outage?

Historical Acquia log backfilling pulls missed data via acli and processes it through the same fingerprinting pipeline used for live monitoring. It updates the existing state file with historical log fingerprints without re-emitting NEW events for already-seeded windows.

How do I backfill drover logs for a newly registered Acquia environment?

Yes, backfilling is idempotent, so rerunning it for the same time window will not re-emit NEW fingerprint events. The process safely updates fingerprint counts without duplicating events for windows that have already been seeded.

Do I need acli to run an Acquia log backfill?

The drover backfill script is idempotent, meaning rerunning it for the same historical window will not re-emit NEW fingerprint events. It safely increments fingerprint counts without duplicating events for already-seeded windows.

Can I restore Acquia log state without affecting live monitoring?

Historical Acquia log backfilling pulls missed data via acli and processes it through the same fingerprinting pipeline used for live monitoring. It updates the existing state file with historical log fingerprints without re-emitting NEW events for already-seeded windows.

Does idempotent backfilling prevent duplicate drover fingerprint events?

Backfill drover logs by requesting the operation for your specific environment alias. The Skill runs the repo backfill script to download historical Acquia logs via acli and seeds the state file, establishing a baseline for ongoing monitoring.