multiAI Summary Pending
grafloki
Start Grafana and Loki for centralized log collection from Kurtosis enclaves. View aggregated service logs in a Grafana dashboard. Use when you need a UI for browsing logs across multiple services or want persistent log storage.
528 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/grafloki/SKILL.md --create-dirs "https://raw.githubusercontent.com/kurtosis-tech/kurtosis/main/skills/grafloki/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/grafloki/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How grafloki Compares
| Feature / Agent | grafloki | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Start Grafana and Loki for centralized log collection from Kurtosis enclaves. View aggregated service logs in a Grafana dashboard. Use when you need a UI for browsing logs across multiple services or want persistent log storage.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Grafloki Start a Grafana + Loki stack for centralized log collection from Kurtosis enclaves. ## Start ```bash kurtosis grafloki start ``` This creates a Grafana instance with Loki as a data source, collecting logs from all services in all enclaves. ## Stop ```bash kurtosis grafloki stop ``` ## Usage After starting, open the Grafana URL shown in the output. Use the Explore view with the Loki data source to query logs: - Filter by service name - Search for specific log patterns - View logs across multiple services side by side ## When to use - Debugging multi-service issues where you need correlated logs - Monitoring long-running enclaves - When `kurtosis service logs` isn't enough (need search, filtering, time ranges)