---
title: "What is Grafana Logs Drilldown? | Grafana Labs"
description: "Queryless interface for Loki logs"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

## What is Logs Drilldown?

Grafana Logs Drilldown is a queryless interface for exploring logs that enables automatic visualization and exploration without writing LogQL.

## How it works

Logs Drilldown automatically detects structure in your logs:

- Labels that index logs (job, instance, namespace)
- Parsed fields extracted from log messages (level, status\_code, user\_id)
- The actual log message content
- Timestamp of when logs were emitted

## Core capabilities

- Narrow to specific services or systems
- Find logs matching certain patterns or field values
- Look for specific messages or errors
- Observe log distribution over time
- Save, share, and resume explorations
- Create dashboards and alerts from findings
