diff --git a/docs/sources/_index.md b/docs/sources/_index.md index df95eaeee171d..36a7baa073279 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -17,3 +17,5 @@ metadata about your logs: labels (just like Prometheus labels). Log data itself is then compressed and stored in chunks in object stores such as S3 or GCS, or even locally on the filesystem. A small index and highly compressed chunks simplifies the operation and significantly lowers the cost of Loki. + +> **Note:** You can use [Grafana Cloud](https://grafana.com/products/cloud/features/#cloud-logs) to avoid installing, maintaining, and scaling your own instance of Grafana Loki. The free forever plan includes 50GB of free logs. [Create a free account to get started](https://grafana.com/auth/sign-up/create-user?pg=docs-grafana-install&plcmt=in-text). diff --git a/docs/sources/getting-started/_index.md b/docs/sources/getting-started/_index.md index a5fb52d196df2..24b11b709a325 100644 --- a/docs/sources/getting-started/_index.md +++ b/docs/sources/getting-started/_index.md @@ -4,6 +4,8 @@ weight: 300 --- # Getting started with Loki +> **Note:** You can use [Grafana Cloud](https://grafana.com/products/cloud/features/#cloud-logs) to avoid installing, maintaining, and scaling your own instance of Grafana Loki. The free forever plan includes 50GB of free logs. [Create a free account to get started](https://grafana.com/auth/sign-up/create-user?pg=docs-grafana-install&plcmt=in-text). + 1. [Getting Logs Into Loki](get-logs-into-loki/) 1. [Grafana](grafana/) 1. [LogCLI](logcli/) diff --git a/docs/sources/installation/_index.md b/docs/sources/installation/_index.md index e0558b529008f..f308876cee354 100644 --- a/docs/sources/installation/_index.md +++ b/docs/sources/installation/_index.md @@ -4,6 +4,8 @@ weight: 200 --- # Installation +> **Note:** You can use [Grafana Cloud](https://grafana.com/products/cloud/features/#cloud-logs) to avoid installing, maintaining, and scaling your own instance of Grafana Loki. The free forever plan includes 50GB of free logs. [Create a free account to get started](https://grafana.com/auth/sign-up/create-user?pg=docs-grafana-install&plcmt=in-text). + ## Installation methods Instructions for different methods of installing Loki and Promtail.