quickwit-log-search

Search and analyze logs across large-scale deployments using Quickwit.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/terraphim/terraphim-skills --skill quickwit-log-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quickwit-log-search
Source: https://github.com/terraphim/terraphim-skills/tree/main/skills/quickwit-log-search
Command: npx skills add https://github.com/terraphim/terraphim-skills --skill quickwit-log-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid log search and analysis across large-scale deployments using Quickwit.

Core Features & Use Cases

  • Full-Text Log Search across millions of logs
  • Field-specific filtering by level, service, and timestamp
  • Multiple index modes: explicit production-fast, auto-discovery, and filtered discovery
  • Graceful degradation: network failures return empty results rather than crashing
  • Use cases: incident investigation, error pattern analysis, performance troubleshooting, and security auditing

Quick Start

To start, configure your Quickwit endpoint and index, then run a sample search such as searching for error events, and reference the Quickwit docs for index setup.

Frequently Asked Questions about quickwit-log-search

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

FAQPage Schema
How do I search logs across multiple services for incident investigation?

Log search across multi-service environments is achieved by querying a Quickwit server, allowing you to investigate incidents and analyze error patterns across millions of logs using full-text search and field-specific filters.

Can I filter log search results by severity level and service name?

Yes, log search filtering by level, service, and timestamp is fully supported, enabling precise performance troubleshooting and error pattern analysis across your indexed deployment data.

Do I need a Quickwit server to perform large-scale log analysis?

Yes, large-scale log analysis requires a configured Quickwit server endpoint and Terraphim AI integration to execute searches using explicit index, auto-discovery, or filtered discovery modes.

How does log search handle network failures during an active query?

Log search handles network failures through graceful degradation, returning empty results rather than crashing, ensuring your incident investigation and security auditing workflows remain stable.

What is the best way to discover available indexes for security auditing?

Security auditing index discovery is best handled using auto-discovery or filtered discovery modes, which automatically locate relevant indexes on your Quickwit server for rapid analysis.

Can I configure timeouts for error pattern analysis queries?

Yes, configurable timeouts and authentication are supported for error pattern analysis, ensuring your log search queries against the Quickwit server execute within controlled limits.