<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Access or install Grafana Logs Drilldown on Grafana Labs</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/logs/access/</link><description>Recent content in Access or install Grafana Logs Drilldown on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v12.4/visualizations/simplified-exploration/logs/access/index.xml" rel="self" type="application/rss+xml"/><item><title>Configure Grafana Logs Drilldown</title><link>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/logs/access/configure/</link><pubDate>Fri, 03 Apr 2026 19:43:06 +0000</pubDate><guid>https://grafana.com/docs/grafana/v12.4/visualizations/simplified-exploration/logs/access/configure/</guid><content><![CDATA[&lt;h1 id=&#34;configure-grafana-logs-drilldown&#34;&gt;Configure Grafana Logs Drilldown&lt;/h1&gt;
&lt;p&gt;You can use the Configuration page to configure the Grafana Logs Drilldown app like other apps or plugins in Grafana.
By accessing the app&amp;rsquo;s Administration page, you can view the version history, changelog, configuration, landing page settings, and default fields.&lt;/p&gt;
&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;
&lt;p&gt;To access the Configuration page, you need to be an Org Admin or Server Admin role.&lt;/p&gt;
&lt;p&gt;Only Org Admins can save changes made to the configuration settings. Server Admin alone can&amp;rsquo;t configure app plugins; only install, uninstall, or update them.&lt;/p&gt;
&lt;p&gt;In practice this means:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Org Admin only&lt;/em&gt; can view and configure, but can&amp;rsquo;t install or update the plugin.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Server Admin only&lt;/em&gt; can install/update the plugin, but the &lt;strong&gt;Configuration&lt;/strong&gt; tab settings are read-only.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Both roles&lt;/em&gt; have full access: configure, install, update, and uninstall.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is a Grafana-wide rule that applies to all app plugins, not specific to Logs Drilldown. If a Server Admin needs to change the configuration settings, they need to be granted the Org Admin role in the relevant organization.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&#34;/docs/grafana/latest/administration/plugin-management/&#34;&gt;Plugin management&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id=&#34;configuration-tab&#34;&gt;Configuration tab&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Configuration&lt;/strong&gt; tab has four settings, all aimed at an administrator setting up a consistent experience for their team:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Default data source&lt;/strong&gt;: pick which Loki instance users land on when they first open the app&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Default time range&lt;/strong&gt;: override the built-in 15-minute default with a range that matches your team&amp;rsquo;s workflows&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maximum time picker interval&lt;/strong&gt;: cap how far back users can query, typically to match your Loki retention period or protect query performance&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Disable Loki patterns&lt;/strong&gt;: turn off the Patterns tab and API calls if your Loki instance doesn&amp;rsquo;t have pattern ingestion enabled&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;configure-settings&#34;&gt;Configure settings&lt;/h3&gt;
&lt;p&gt;To view the &lt;strong&gt;Configuration&lt;/strong&gt; tab:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open the Grafana Logs Drilldown app&amp;rsquo;s settings by navigating to &lt;strong&gt;Administration&lt;/strong&gt; &amp;gt; &lt;strong&gt;Plugins and data&lt;/strong&gt; &amp;gt; &lt;strong&gt;Plugins&lt;/strong&gt; &amp;gt; &lt;strong&gt;Grafana Logs Drilldown&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Configuration&lt;/strong&gt; tab.&lt;/li&gt;
&lt;/ol&gt;


&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;Active users must reload the app for configuration changes to take effect.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;

&lt;p&gt;Select a setting to configure it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Default data source&lt;/strong&gt; sets the Loki data source used when a new user opens Logs Drilldown for the first time. Individual users can override this by selecting a different data source inside the app. Only Loki data sources are supported.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Default time range&lt;/strong&gt; controls the time range applied when a user opens Logs Drilldown without a time range already set in the URL. Select the &lt;strong&gt;Use custom default time range&lt;/strong&gt; checkbox to enable this setting, which reveals &lt;strong&gt;From&lt;/strong&gt; and &lt;strong&gt;To&lt;/strong&gt; input fields. Both fields are required. Use relative time expressions such as &lt;code&gt;now-15m&lt;/code&gt;, &lt;code&gt;now-1h&lt;/code&gt;, or &lt;code&gt;now-24h&lt;/code&gt; for the start, and &lt;code&gt;now&lt;/code&gt; for the end. Absolute date-time values are also accepted. The &lt;strong&gt;From&lt;/strong&gt; value must be earlier than the &lt;strong&gt;To&lt;/strong&gt; value; if either value is missing or invalid, the &lt;strong&gt;Save settings&lt;/strong&gt; button is disabled and an inline error is displayed. When disabled, the app uses its built-in default of the last 15 minutes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Maximum time picker interval&lt;/strong&gt; sets an upper bound on the time range interval that users can select in the time picker. The minimum accepted value is one hour (&lt;code&gt;60m&lt;/code&gt;). Example values: &lt;code&gt;7d&lt;/code&gt;, &lt;code&gt;24h&lt;/code&gt;, &lt;code&gt;2w&lt;/code&gt;. If left empty, users can select any time range.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Disable Loki patterns&lt;/strong&gt; controls whether the Patterns tab and the &lt;a href=&#34;/docs/loki/latest/reference/loki-http-api/#patterns-detection&#34;&gt;Loki Patterns API&lt;/a&gt; endpoint are used by Logs Drilldown.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After configuring a setting, click &lt;strong&gt;Save settings&lt;/strong&gt; to apply the changes.&lt;/p&gt;
&lt;h2 id=&#34;default-fields-beta&#34;&gt;Default fields (Beta)&lt;/h2&gt;


&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;Default fields is currently in &lt;a href=&#34;/docs/release-life-cycle/&#34;&gt;public preview&lt;/a&gt;. Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.&lt;/p&gt;
&lt;p&gt;To use this feature, enable the kubernetesLogsDrilldown feature toggle in your Grafana configuration file or at &lt;strong&gt;Administration &amp;gt; General &amp;gt; Feature toggles&lt;/strong&gt; in Grafana Cloud.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;


&lt;p&gt;The &lt;strong&gt;Default fields&lt;/strong&gt; tab lets administrators configure which fields appear by default in log visualizations instead of, or alongside, the full log line.&lt;/p&gt;
&lt;p&gt;Default fields requires Grafana 12.4 or later. If this version requirement is not met, the &lt;strong&gt;Default fields&lt;/strong&gt; tab displays an unsupported message.&lt;/p&gt;
&lt;h3 id=&#34;how-default-fields-work&#34;&gt;How Default fields work&lt;/h3&gt;
&lt;p&gt;Default field rules are scoped to a specific data source and one or more label and value pairs. When a user views logs for a service that matches all configured labels in a rule, the specified fields are displayed by default in the logs table view. The configured fields can replace the full log line or be displayed next to it.&lt;/p&gt;
&lt;h3 id=&#34;configure-default-fields&#34;&gt;Configure Default fields&lt;/h3&gt;
&lt;p&gt;To configure Default fields:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to &lt;strong&gt;Administration&lt;/strong&gt; &amp;gt; &lt;strong&gt;Plugins and data&lt;/strong&gt; &amp;gt; &lt;strong&gt;Plugins&lt;/strong&gt; &amp;gt; &lt;strong&gt;Grafana Logs Drilldown&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;Default fields&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;Select a Loki data source from the data source picker.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Add&lt;/strong&gt; to create a new rule.&lt;/li&gt;
&lt;li&gt;Select a label and label value to define which services this rule applies to. You can add multiple label and value pairs to a single rule by clicking &lt;strong&gt;Add label&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Add the columns you want to display for matching services by clicking &lt;strong&gt;Add column&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create default columns&lt;/strong&gt; to save a new configuration, or &lt;strong&gt;Update default columns&lt;/strong&gt; to save changes to an existing one.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You can add multiple records to configure different columns for different label and value combinations. Each data source can have its own set of rules.&lt;/p&gt;
&lt;!-- Uncomment the following section when Grafana 13.0 is released.

## Landing Page default labels (Beta)



&lt;div class=&#34;admonition admonition-note&#34;&gt;&lt;blockquote&gt;&lt;p class=&#34;title text-uppercase&#34;&gt;Note&lt;/p&gt;&lt;p&gt;Landing Page default labels is currently in &lt;a href=&#34;/docs/release-life-cycle/&#34;&gt;public preview&lt;/a&gt;. Grafana Labs offers limited support, and breaking changes might occur prior to the feature being made generally available.&lt;/p&gt;
&lt;p&gt;To use this feature, enable the kubernetesLogsDrilldown feature toggle in your Grafana configuration file or at &lt;strong&gt;Administration &amp;gt; General &amp;gt; Feature toggles&lt;/strong&gt; in Grafana Cloud.&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;



The **Landing Page** tab lets administrators configure which labels and label values appear by default on the Logs Drilldown landing page.

Landing Page default labels requires Grafana 13.0 or later. If this version requirement is not met, the **Landing Page** tab displays an unsupported message.

### How Landing Page default labels work

By default, Logs Drilldown organizes the landing page by `service_name`. If your environment uses a different label to identify services, such as `app`, `namespace`, `cluster`, or a custom label, you can configure the landing page to show those labels instead. This ensures users see a meaningful service list immediately, without having to add labels manually.

Landing page label configuration is per data source. Each Loki data source can have independent default label settings.

When default labels are configured:

- The configured labels appear as pinned tabs on the landing page. End users cannot remove these tabs.
- The first label in the list becomes the default active tab when users open Logs Drilldown.
- When specific values are pinned for a label, only those values appear on the landing page.
- When no values are pinned for a label, all values from the volume API are displayed.
- Default label values are excluded from the favorites toggle.
- When no labels are configured, Logs Drilldown falls back to `service_name`.

### Configure Landing Page default labels

To configure Landing Page default labels:

1. Navigate to **Administration** &gt; **Plugins and data** &gt; **Plugins** &gt; **Grafana Logs Drilldown**.
1. Select the **Landing Page** tab.
1. Select a Loki data source from the data source picker. Each data source has independent configuration.
1. In the **Select label name** field, choose a label from the suggestions or type a custom label name.
1. (Optional) After selecting a label, a **Select values (optional)** multi-select field appears. Choose specific values to pin, or leave it empty to show all values for that label on the landing page.
1. Click **Add label** (or **Add label and values** if values were selected).
1. Repeat steps 4-6 to add more labels.
1. Drag and drop labels using the grip handle to reorder them. The first label in the list becomes the default active tab on the landing page.
1. To remove a label, click the trash icon next to it. To remove an individual pinned value, expand the label and click the trash icon next to the value.
1. Click **Save changes** to persist your configuration. Click **Reset** to discard unsaved changes (a confirmation prompt appears before resetting).

End section for Grafana 13 requirement --&gt;
&lt;h2 id=&#34;related-pages&#34;&gt;Related pages&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;../../access/&#34;&gt;Access and install Grafana Logs Drilldown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../get-started/&#34;&gt;Get started with Grafana Logs Drilldown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../troubleshooting/&#34;&gt;Troubleshooting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="configure-grafana-logs-drilldown">Configure Grafana Logs Drilldown&lt;/h1>
&lt;p>You can use the Configuration page to configure the Grafana Logs Drilldown app like other apps or plugins in Grafana.
By accessing the app&amp;rsquo;s Administration page, you can view the version history, changelog, configuration, landing page settings, and default fields.&lt;/p></description></item></channel></rss>