grafana-setup

Install and configure Grafana with a Loki datasource for log visualization.

45|50|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/zocomputer/skills --skill grafana-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana-setup
Source: https://github.com/zocomputer/skills/tree/main/Official/zo-grafana-setup
Command: npx skills add https://github.com/zocomputer/skills --skill grafana-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up Grafana for visualizing logs and system data, assuming you already have a Loki stack in place.

Core Features & Use Cases

  • Automated Grafana Installation: Installs Grafana and configures it to work with your existing Loki instance.
  • Public Access Setup: Configures Grafana for public access via a Zo Computer subdomain with SSL.
  • Use Case: You have logs being collected by Promtail and stored in Loki. You need a user-friendly interface to explore these logs, search for errors, and create dashboards to monitor system health. This Skill sets up that interface.

Quick Start

Use the grafana-setup skill to set up Grafana for log visualization.

Frequently Asked Questions about grafana-setup

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

FAQPage Schema
How do I set up Grafana to visualize logs from an existing Loki installation?

Grafana log visualization requires a running Loki stack and Promtail actively collecting logs prior to setup. You must have these log aggregation components operational on your system to ensure Grafana can access and display the stored log data.

Can I configure public access to Grafana using a subdomain with SSL?

Grafana provides a user-friendly interface to explore collected logs, search for system errors, and create visual dashboards. It serves as the visualization layer for your Loki stack, transforming raw aggregated log data into actionable system health monitoring views.

What's the best way to automate Grafana installation and service management?

Automating Grafana installation involves using scripts that configure persistent service management alongside the setup. This ensures your Grafana instance runs continuously, maintaining its connection to the Loki datasource without requiring manual restarts or configuration drops.

Do I need Promtail running before configuring Grafana for log visualization?

Yes, both Loki and Promtail must be running and collecting logs before configuring Grafana. Promtail gathers and ships your logs to Loki, establishing the data pipeline that Grafana relies on to populate its visual dashboards and log analysis views.