Skip to content

Commit

Permalink
removed preview warning and updated some copy (added link to support)
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Sep 20, 2024
1 parent 8d91054 commit e74b56f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 24 deletions.
5 changes: 1 addition & 4 deletions docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ canonical: https://grafana.com/docs/grafana/latest/explore/simplified-exploratio
description: Learn about the new experience for browsing your Loki logs without writing queries.
weight: 100
hero:
title: Explore Logs
title: Explore Logs
level: 1
width: 100
height: 100
Expand Down Expand Up @@ -40,8 +40,6 @@ cards:

# Explore Logs

{{< docs/public-preview product="Explore Logs" >}}

Welcome to our new experience for Loki. Explore Logs lets you automatically visualize and explore your logs without having to write queries.
Using Explore Logs you can:

Expand All @@ -54,7 +52,6 @@ Using Explore Logs you can:

{{< docs/play title="Explore Logs" url="https://play.grafana.org/a/grafana-lokiexplore-app/explore" >}}


## Who is Explore Logs for?

Explore Logs is for engineers of all levels of operational expertise. You no longer need to be an SRE wizard to get value from your logs.
Expand Down
13 changes: 5 additions & 8 deletions docs/sources/access/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ weight: 200

# Access or install Explore Logs

{{< docs/public-preview product="Explore Logs" >}}

To use Explore Logs on your own data, you can either access it in Grafana Cloud or install it in your own Grafana instance.

{{< docs/play title="the Grafana Play site" url="https://play.grafana.org/a/grafana-lokiexplore-app/explore?var-ds=ddhr3fttaw8aod&var-patterns=&var-lineFilter=&var-logsFormat=" >}}

## Access in Grafana Cloud

Explore Logs is enabled for Private Preview in Grafana Cloud.

To access Explore Logs:

1. Open your Grafana stack in a web browser.
Expand All @@ -46,13 +42,14 @@ The following Loki and Grafana version and configuration are required:

- Grafana v11.0.0+
- Loki v3.0.0+

- Enable pattern ingestion by setting `--pattern-ingester.enabled=true` in your Loki configuration.
- Enable the volume endpoint in your Loki configuration:

```yaml
limits_config:
volume_enabled: true
```
```yaml
limits_config:
volume_enabled: true
```
### Install via environment variable
Expand Down
2 changes: 0 additions & 2 deletions docs/sources/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ weight: 300

# Get started with Explore Logs

{{< docs/public-preview product="Explore Logs" >}}

The best way to see what Explore Logs can do for you is to use it to explore your own data.
If you have a Grafana Cloud account can access Explore logs in Grafana Cloud by selecting **Explore** > **Logs**, or you can [install Explore Logs]({{< relref "../access" >}}) in your own Grafana instance.

Expand Down
2 changes: 0 additions & 2 deletions docs/sources/labels-and-fields/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ weight: 500

# Labels and Fields

{{< docs/public-preview product="Explore Logs" >}}

Explore Logs visualises log volumes for the labels attached to your log lines, and fields automatically extracted from the text of the line itself.

{{< figure alt="Explore Logs Labels tab" width="900px" align="center" src="../images/labels.png" caption="Labels tab" >}}
Expand Down
4 changes: 1 addition & 3 deletions docs/sources/ordering/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
canonical: https://grafana.com/docs/grafana/latest/explore/simplified-exploration/logs/ordering/
canonical: https://grafana.com/docs/grafana/latest/explore/simplified-exploration/logs/ordering/
description: Learn about sorting and ordering data in Explore Logs.
keywords:
- Logs
Expand All @@ -16,8 +16,6 @@ weight: 400

# Sorting and ordering

{{< docs/public-preview product="Explore Logs" >}}

If you find yourself on a page with lots of graphs, you might want to sort them differently depending on what you're looking for. You can do this in Explore Logs using the **Sort by** menu in the top right toolbar.

You can use the **Asc/Desc** menu to change the direction of the sort.
Expand Down
2 changes: 0 additions & 2 deletions docs/sources/patterns/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ weight: 600

# Log patterns

{{< docs/public-preview product="Explore Logs" >}}

Log patterns let you work with groups of similar log lines. You can hide log patterns that are noisy, or focus only on the patterns that are most useful.

Loki automatically extracts patterns when your logs are ingested. Patterns are ephemeral and are only mined from the past 3 hours of your logs.
Expand Down
4 changes: 1 addition & 3 deletions docs/sources/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ weight: 700

# Troubleshooting

{{< docs/public-preview product="Explore Logs" >}}

This page address common issues when getting started and using Explore Logs.

## Ensure Loki is properly configured
Expand Down Expand Up @@ -55,4 +53,4 @@ If you aren't getting any patterns, you can try the following fixes:

Please [get in touch with the team building the app](https://forms.gle/1sYWCTPvD72T1dPH9) and let us know what's not working for you.

Support tickets are not in scope for products or features in public preview. However, we are always looking to improve the experience and would love to hear from you.
If you have something urgent, please [get in touch via support](https://grafana.com/help/). Grafana Cloud users can [open a support ticket here](https://grafana.com/profile/org#support).

0 comments on commit e74b56f

Please sign in to comment.