From b90f9d4e0709a402de590eec20213112e03bc991 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Mon, 15 Jul 2024 11:15:11 +0100 Subject: [PATCH] added hints to try Explore Logs (now in public preview) --- docs/sources/_index.md | 6 +++++- docs/sources/visualize/grafana.md | 15 ++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 822c01fd6a7ce..e145c05ce51c7 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -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 >}} diff --git a/docs/sources/visualize/grafana.md b/docs/sources/visualize/grafana.md index 9a1ba98c8fd7f..233d54a2a36e7 100644 --- a/docs/sources/visualize/grafana.md +++ b/docs/sources/visualize/grafana.md @@ -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/ + - ../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//query/). @@ -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