Skip to content

Commit

Permalink
docs: Fix heading levels (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
JStickler authored Jul 15, 2024
1 parent ca29bdd commit 3cc2420
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/access/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ To access Explore Logs:

## Installation

## Install via Plugins catalog
### Install via Plugins catalog

For Enterprise and OSS Grafana users, you can install Explore Logs via the [Grafana Plugins catalog](https://grafana-dev.com/grafana/plugins/grafana-lokiexplore-app/).

1. Open [https://grafana-dev.com/grafana/plugins/grafana-lokiexplore-app/](https://grafana-dev.com/grafana/plugins/grafana-lokiexplore-app/) in a web browser
1. Open the **Installation** tab
1. Follow the instructions to install the app

## Install in Loki
### Install in Loki

The following Loki and Grafana version and configuration are required:

Expand All @@ -51,15 +51,15 @@ The following Loki and Grafana version and configuration are required:
volume_enabled: true
```
## Install via environment variable
### Install via environment variable
If you want to [install the app in a docker container](https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/#install-plugins-in-the-docker-container), you need to configure the following environment variable:
```sh
GF_INSTALL_PLUGINS=https://storage.googleapis.com/integration-artifacts/grafana-lokiexplore-app/grafana-lokiexplore-app-latest.zip;grafana-lokiexplore-app
```

## Install using grafana-cli
### Install using grafana-cli

You can install Explore Logs in your own Grafana instance using `grafana-cli`.

Expand Down

0 comments on commit 3cc2420

Please sign in to comment.