Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added hints to try Explore Logs (now in public preview) #13525

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,12 @@ cards:
## Overview

Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs' labels (just like Prometheus labels).
Log data itself is then compressed and stored in chunks in object stores such as Amazon Simple Storage Service (S3) or Google Cloud Storage (GCS), or even locally on the filesystem.
Log data itself is then compressed and stored in chunks in object stores such as Amazon Simple Storage Service (S3) or Google Cloud Storage (GCS), or even locally on the filesystem.

## Explore

{{< card-grid key="cards" type="simple" >}}

{{< admonition type="tip" >}}
Check out our [new queryless experience for logs](https://grafana.com/docs/grafana-cloud/visualizations/simplified-exploration/logs/) currently in Public Preview.
{{< /admonition >}}
Comment on lines +50 to +52
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Landing Pages are not meant to be used for product announcements. I've already updated the Release Notes to mention Explore Logs now that it's available.

15 changes: 10 additions & 5 deletions docs/sources/visualize/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ title: Visualize log data
menuTitle: Visualize
description: Visualize your log data with Grafana
aliases:
- ../getting-started/grafana/
- ../operations/grafana/
- ../getting-started/grafana/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are just formatting

- ../operations/grafana/
weight: 725
keywords:
- visualize
- grafana
- dashboards
- visualize
- grafana
- dashboards
---

# Visualize log data

Modern Grafana versions after 6.3 have built-in support for Grafana Loki and [LogQL](https://grafana.com/docs/loki/<LOKI_VERSION>/query/).
Expand Down Expand Up @@ -41,6 +42,10 @@ Read more about Grafana's Explore feature in the
[Grafana documentation](http://docs.grafana.org/features/explore) and on how to
search and filter for logs with Loki.

## Using our new queryless experience

To try our new app, head over to the [Explore Logs documentation (Public Preview)](https://grafana.com/docs/grafana-cloud/visualizations/simplified-exploration/logs/).

## Using Grafana Dashboards

Because Loki can be used as a built-in data source above, we can use LogQL queries based on that datasource
Expand Down
Loading