---
title: "Set up the Grafana Enterprise Logs plugin for Grafana | Grafana Enterprise Logs documentation"
description: "Describes how to set up the Grafana Enterprise Logs plugin so that you can view your log data using Grafana."
---

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

# Set up the Grafana Enterprise Logs plugin for Grafana

## Requirements

Grafana Enterprise 7.3.0 or higher.

If you are using Kubernetes, refer to [Deploy Grafana Enterprise on Kubernetes](/docs/grafana/latest/installation/kubernetes/#deploy-grafana-enterprise-on-kubernetes). Otherwise, refer to [Install Grafana](/docs/grafana/latest/installation/).

## Install the plugin in your GEL instance

There are multiple ways to install the plugin in your local Grafana Enterprise instance. For more information, refer to [Grafana Enterprise Logs app installation](/grafana/plugins/grafana-enterprise-logs-app/).

## Enable and configure the plugin

1. Log in to your Grafana Enterprise Logs.
2. Go to the Config/Plugins page and select the Grafana Enterprise Logs (GEL) plugin from list.
3. From the configuration page of the plugin, enable the plugin by clicking on the “Enable plugin” button.
4. Provide the necessary API settings so that the plugin can connect to your cluster:

<!--THE END-->

- **Access Token**: Enter the admin-scoped access token that you generated when setting up your GEL cluster.
- **Grafana Enterprise Logs URL**: Enter the URL of your GEL cluster. For single-process clusters, this is any node in the cluster. For microservice deployments, the URL is the GEL gateway. If you followed the [Deploy on Kubernetes](/docs/enterprise-logs/v1.9.x/setup/helm/) guide, your URL is `http://ge-logs.<namespace>.svc.cluster.local:8100/`, where `<namespace>` is the namespace that you used. For example, if you used the default namespace, then your URL would be `http://ge-logs.default.svc.cluster.local:8100/`.
  
  [Configuration GEL plugin page](../assets/grafana-plugin-config-page.png)

<!--THE END-->

5. Click **Save API settings**.
6. Verify that the plugin loads and can communicate with the GEL admin API endpoints.
7. Navigate to the GEL plugin through the main menu to see the default access policy under the **Access Policies** tab.

Now that you have correctly configured the GEL app plugin, follow directions in [Set up a GEL tenant](../../tenant) and visualize your data.
