You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sources/get-started/_index.md
+2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ description: Provides an overview of the steps for implementing Grafana Loki to
7
7
8
8
# Get started with Grafana Loki
9
9
10
+
{{< youtube id="1uk8LtQqsZQ" >}}
11
+
10
12
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
11
13
12
14
Because all Loki implementations are unique, the installation process is
Copy file name to clipboardexpand all lines: docs/sources/get-started/quick-start.md
+12
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,18 @@ The Docker Compose configuration instantiates the following components, each in
22
22
23
23
{{< figure max-width="75%" src="/media/docs/loki/get-started-flog-v3.png" caption="Getting started sample application" alt="Getting started sample application">}}
24
24
25
+
## Interactive Learning Environment
26
+
27
+
{{< admonition type="note" >}}
28
+
The Interactive Learning Environment is currently in trial. Please provide feedback, report bugs, and raise issues in the [Grafana Killercoda Repository](https://github.com/grafana/killercoda).
29
+
{{< /admonition >}}
30
+
31
+
Try out this demo within our interactive learning environment: [Loki Quickstart Sandbox](https://killercoda.com/grafana-labs/course/loki/loki-quickstart)
32
+
33
+
- A free Killercoda account is required to verify you are not a bot.
34
+
- Tutorial instructions are located on the left-hand side of the screen. Click to move on to the next section.
35
+
- All commands run inside the interactive terminal. Grafana can also be accessed via the URL links provided within the sandbox.
0 commit comments