Skip to content

Releases: DiscoveredIntelligence/cc-di-configquest-for-cribl

cc-di-configquest-for-cribl v1.0.0

Choose a tag to compare

@darrenfuller darrenfuller released this 20 Jul 14:57

This is the initial release of the Config Quest for Cribl app created by Discovered Intelligence.

To install the app in your Cribl environment, download configquest-1.0.0.tgz from this release and follow one of these methods:

Upload via the Cribl UI
Open the Apps page in your Cribl UI, choose Add App > Import from File, and upload configquest-1.0.0.tgz. Review the declared permissions and confirm to complete the install.

Install from this URL
Point Cribl at the direct download link for configquest-1.0.0.tgz using Add App > Import from URL.

Install via the REST API

POST /api/v1/apps

with the .tgz as the source. Use POST /api/v1/apps/preinstall-check to validate the package first.


What it does

Config Quest gives Cribl administrators a single place to search, browse, audit, and understand the full configuration across every Worker Group — Pipelines, Routes, Sources, Destinations, Lookups, Packs, and all Knowledge objects. It is read-only: it never creates, modifies, or deletes any Cribl resource.

Key capabilities in this release:

  • Full-text search across object names, IDs, and flattened config values across every Worker Group
  • Browse & filter by Type, Worker Group, Pack, State, Health, and last modified by — with CSV export
  • Config hygiene findings: unreferenced pipelines, unresolved routes, unused lookups, dead-end sources and destinations, disabled and stale objects — each with configurable severity tiers
  • Health status per object from the Leader's status endpoints
  • Change history — git-backed last-changed date, author, and per-object diffs, plus a full commit log browser
  • Compare — side-by-side setting diff of any two objects of the same type
  • Differences across Worker Groups — a settings × groups matrix highlighting config drift
  • Open in Cribl — deep links from every object into the Leader UI
  • Overview — at-a-glance hygiene, inventory, health, recent changes, and recent commits

Permissions

At install time Cribl will show you all API paths this app declares in policies.yml. All declared actions are GET — the app is strictly read-only. It makes no external API calls and requires no external credentials.


Requirements

  • Cribl Stream (with the Cribl App Platform available in your organisation)
  • Organisation Administrator role to install

Getting started

On first open the app indexes your configuration — a one-time build that typically completes in under a minute. Subsequent opens load instantly from the cached index. The index and settings are shared across all users of the app in your organisation.