Quickwit data source for Grafana
The Quickwit data source plugin allows you to query and visualize logs, traces, and indexed data in Quickwit within Grafana.
Requirements
You need a Quickwit standalone server or cluster.
Configuration
- Add a new data source in Grafana
- Select the Quickwit data source plugin
- Enter your Quickwit server URL
- Enter your index ID and related information.
- Save and test the datasource.
Features
The Quickwit data source plugin works with dashboards and explore views. Alerts are also available.
Logs and traces
The query editor supports logs, trace search, full trace view, and raw data queries.
For OpenTelemetry traces, use:
- Trace search to find traces from matching spans.
- Traces to open a single trace by
trace_id.
Trace results include span events, span status, exception stack traces, service names, service tags, span tags, and service node graph frames.
When logs and traces are stored in separate Quickwit indexes, create one Quickwit datasource per index and configure the related datasource fields:
- On the logs datasource, set the traces datasource used by log-to-trace links.
- On the traces datasource, set the logs datasource used by trace-to-logs links.
Log-to-trace links are added for log fields named trace_id, traceID, traceId, or attributes.trace_id. Trace-to-logs links query logs with both trace_id and span_id.
Installation
Installation on Grafana Cloud
For more information, visit the docs on plugin installation.
Installation with Grafana CLI
grafana-cli plugins install quickwit-quickwit-datasource
Installation with Docker
- Add the plugin to your
docker-compose.ymlorDockerfile - Set the environment variable
GF_INSTALL_PLUGINSto include the plugin
GF_INSTALL_PLUGINS="quickwit-quickwit-datasource"
Plugin Insights
Quality scores for version 0.6.3
- Status: PassedSecurity
All checks passed
- Status: PassedMaintenance
All checks passed
- Status: PassedDocumentation
All checks passed
- Version
- 0.6.3
- Dependencies
- Grafana >=12.0.10 <12.1 || >=12.1.7 <12.2 || >=12.2.5
- Developer
- quickwit
- Last Updated
- July 22, 2026