File: 04_tutorials.md

package info (click to toggle)
lnav 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60,084 kB
  • sloc: cpp: 215,599; ansic: 59,220; sh: 4,650; makefile: 3,578; python: 1,197; sql: 315; xml: 264; javascript: 18
file content (30 lines) | stat: -rw-r--r-- 937 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: page
title: Tutorials
permalink: /tutorials
---

These tutorials are provided to help you learn how **lnav** works
without having to install anything.  They are running on a shared
[fly.io](https://fly.io) instance, so please be kind.

The tutorials are implemented using features in **lnav** and not
built in to the code itself.  The tutorial text is
[markdown](https://docs.lnav.org/en/latest/ui.html#markdown),
the logic is written in [SQL](https://docs.lnav.org/en/latest/sqlext.html),
and the reactions are triggered through
[events](https://docs.lnav.org/en/latest/events.html).

The source for the tutorials can be found [here](https://github.com/tstack/lnav/tree/master/docs/tutorials).

# Tutorial 1

<div id="playground-box">
<h4>Learn how to navigate an example log file using lnav:</h4>

<code>
<span class="prompt">$</span>
<a href="ssh://tutorial1@demo.lnav.org">ssh tutorial1@demo.lnav.org</a>
</code>
</div>